summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index ba9464d26..e041729ca 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2012-07-04 Christopher Faylor <me.cygwin2012@cgf.cx>
+ * dcrt0.cc (build_argv): Guard against NULL pointer dereference found
+ by Clang.
+
+2012-07-04 Christopher Faylor <me.cygwin2012@cgf.cx>
+
* exceptions.cc (setup_handler): Remove unneeded assignment found by
Clang.