diff options
author | Pino Toscano <toscano.pino@tiscali.it> | 2012-05-10 15:32:53 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-05-10 15:57:27 -0700 |
commit | c6474b07e7b5f0cdc9089c1c4fcfc4fcaa2bcd92 (patch) | |
tree | 59c394e0c9fa8a3bde967e40cea2b6567714483d /ChangeLog | |
parent | 1043890b10996ec4b14cd01040b82610760d5d4a (diff) | |
download | glibc-c6474b07e7b5f0cdc9089c1c4fcfc4fcaa2bcd92.tar.gz glibc-c6474b07e7b5f0cdc9089c1c4fcfc4fcaa2bcd92.tar.xz glibc-c6474b07e7b5f0cdc9089c1c4fcfc4fcaa2bcd92.zip |
Hurd: _hurd_select: check for invalid parameter values
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 11fdd81c12..d244bdb82f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-05-10 Pino Toscano <toscano.pino@tiscali.it> + + * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative + TIMEOUT values. Return EINVAL for NFDS values either negative or + greater than FD_SETSIZE. + 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org> * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be |