Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-07-02 23:48:33 +0400
committerChristopher Faylor <me@cgf.cx>2012-07-02 23:48:33 +0400
commitfb348d22afc85a2dfba80c3059391e8bc276e9ca (patch)
tree642176d17432f02e8a1110e7d7d7daeb7d9984f9 /winsup/cygwin/ChangeLog
parente14a5a7efa4350fd75a0c8db65461d8d12a13b17 (diff)
* external.cc (fillout_pinfo): Return NULL rather than 0.
(exit_process): Guard against NULL pointer dereference found by Clang.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 5ff6fab88..611ba0dc4 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,12 +1,17 @@
2012-07-02 Christopher Faylor <me.cygwin2012@cgf.cx>
+ * external.cc (fillout_pinfo): Return NULL rather than 0.
+ (exit_process): Guard against NULL pointer dereference found by Clang.
+
+2012-07-02 Christopher Faylor <me.cygwin2012@cgf.cx>
+
* mount.cc (mount_info::conv_to_win32_path): Eliminate unneeded
- assignment found by CLANG.
+ assignment found by Clang.
2012-07-02 Christopher Faylor <me.cygwin2012@cgf.cx>
* path.cc (symlink_info::check): Remove unneeded/unused variable found
- by CLANG.
+ by Clang.
2012-07-02 Corinna Vinschen <corinna@vinschen.de>