summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 115b697d6..d12f6f855 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,11 @@
2014-06-23 Corinna Vinschen <corinna@vinschen.de>
+ * mount.cc (fs_info::update): Define dir in the outermost scope to avoid
+ accessing out-of-scope value (CID 60027). Always initialize attr to
+ upath (CID 60113).
+
+2014-06-23 Corinna Vinschen <corinna@vinschen.de>
+
* malloc_wrapper.cc (mallinfo): Initialize m if external malloc is used,
too (CID 60120).