summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-02-20 13:57:39 +0000
committerCorinna Vinschen <corinna@vinschen.de>2014-02-20 13:57:39 +0000
commit2dc219640db11c4421d3550f9423dba069a0f2c6 (patch)
tree2bbcd44a242f6fa01e3edac08b5a6a18f78f7dd2
parent7f57a4ea14acc4bd041b38390fbc9cc5765c5772 (diff)
downloadcygnal-2dc219640db11c4421d3550f9423dba069a0f2c6.tar.gz
cygnal-2dc219640db11c4421d3550f9423dba069a0f2c6.tar.bz2
cygnal-2dc219640db11c4421d3550f9423dba069a0f2c6.zip
*** empty log message ***
-rw-r--r--winsup/cygwin/release/1.7.295
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.29 b/winsup/cygwin/release/1.7.29
index c06fe60fe..67a7c90c2 100644
--- a/winsup/cygwin/release/1.7.29
+++ b/winsup/cygwin/release/1.7.29
@@ -27,3 +27,8 @@ Bug Fixes
- Avoid error messages from the signal handler if we're exiting.
Addresses: A random irc #cygwin complaint.
+
+- Fix return value from getgrouplist function to behave like glibc.
+
+- Fix initialization of open_memstream which could lead to dropping the
+ entire string.