https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e3b230b04375164631a04c6ba49978ead3581353
commit e3b230b04375164631a04c6ba49978ead3581353 Author: Corinna Vinschen <[email protected]> Date: Sat Jan 9 15:05:21 2016 +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 5953d61..ed035af 100644 --- a/winsup/cygwin/release/2.4.0 +++ b/winsup/cygwin/release/2.4.0 @@ -77,3 +77,7 @@ Bug Fixes - Cygpath(1) now tries to correct the case of system directories when returned as POSIX paths. Addresses: https://cygwin.com/ml/cygwin/2016-01/msg00002.html + +- *Always* zero out descriptor arrays when returning from select due to + timeout, per POSIX. + Addresses: https://cygwin.com/ml/cygwin/2015-12/msg00332.html
