diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index d06ffde98..8b4e903f1 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,10 @@ +Fri Aug 11 14:47:00 2000 Corinna Vinschen <corinna@vinschen.de> + + * poll.cc: Add bounds checking for file descriptors. Return POLLNVAL + if fd is invalid. Return POLLERR for each valid fd if cygwin_select + returned with error. + include/sys/poll.h: Change POLLERR comment according to above change. + Thu Aug 10 21:54:29 2000 Christopher Faylor <cgf@cygnus.com> * syslog.cc (syslog): Use a less malloc-intensive method for allocating |