aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-09-08 22:53:54 +0200
committerCorinna Vinschen <corinna@vinschen.de>2015-09-08 22:53:54 +0200
commit36da3f961ce7f1b209842b8d883bf1c018466fe8 (patch)
treeb79edec993e5719f3651b31b65cdf4ce82b3c1f4
parent44e0f5a7036ef0d40a46d01d868e6db62d1a8cbb (diff)
downloadnewlib-36da3f961ce7f1b209842b8d883bf1c018466fe8.zip
newlib-36da3f961ce7f1b209842b8d883bf1c018466fe8.tar.gz
newlib-36da3f961ce7f1b209842b8d883bf1c018466fe8.tar.bz2
Cygwin 2.3.0: Add missing release message
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/2.3.04
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.3.0 b/winsup/cygwin/release/2.3.0
index 0ce6dc7..2f3adec 100644
--- a/winsup/cygwin/release/2.3.0
+++ b/winsup/cygwin/release/2.3.0
@@ -32,3 +32,7 @@ Bug Fixes
- sysconf _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN now handle more than
64 CPUs on Windows 7 and later.
+
+- Fix a potential crash in advisory file locking due to usage of stack space
+ out of scope.
+ Addresses: https://cygwin.com/ml/cygwin/2015-09/msg00079.html