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:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index aedd345be..c55b34bcc 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,14 @@
2014-06-23 Corinna Vinschen <corinna@vinschen.de>
+ * spawn.cc (find_exec): Initialize err (CID 60111).
+ * strace.cc (strace::activate): Fix potential buffer overrun (CID 59938)
+ * syscalls.cc (popen): Close parent pipe descriptor via fclosing fp on
+ error to avoid resource leak (CID 59981).
+ * thread.cc (pthread::exit): Avoid accessing cygtls member after
+ deleting "this" (CID 60217).
+
+2014-06-23 Corinna Vinschen <corinna@vinschen.de>
+
* select.cc (start_thread_socket): Delete si on early return in case of
an error (CID 59967).