https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=1abcd49f0d471dd74a265f760a7283300a111d24
commit 1abcd49f0d471dd74a265f760a7283300a111d24 Author: Corinna Vinschen <[email protected]> Date: Wed Dec 16 12:35:08 2015 +0100 Add release message for previous commit Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/release/2.4.0 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/winsup/cygwin/release/2.4.0 b/winsup/cygwin/release/2.4.0 index c22fb5d..c506230 100644 --- a/winsup/cygwin/release/2.4.0 +++ b/winsup/cygwin/release/2.4.0 @@ -64,3 +64,7 @@ Bug Fixes - Fix a race condition in signal handling. Addresses: https://cygwin.com/ml/cygwin/2015-11/msg00387.html + +- Fix a potential crash reading invalid passwd and group entries from + /etc/passwd and /etc/group. + Addresses: https://cygwin.com/ml/cygwin/2015-12/msg00170.html
