]> git.ipfire.org Git - thirdparty/glibc.git/commit
2000-02-02 Roland McGrath <roland@baalperazim.frob.com>
authorRoland McGrath <roland@gnu.org>
Thu, 3 Feb 2000 01:21:52 +0000 (01:21 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 3 Feb 2000 01:21:52 +0000 (01:21 +0000)
commit86c75cc3de973e7d270fac8d4aa9b703e3afb84d
tree499c4c27a0a0747e742e6b78c60a0982cf0b0ab7
parente0d788ef18f2fa8ee9afd7872e25456148f024d0
2000-02-02  Roland McGrath  <roland@baalperazim.frob.com>

* sysdeps/mach/hurd/readlink.c (__readlink): Don't clobber original
LEN value with io_read result; save it and compare them just in case
the server bogusly returns more than we asked for.
* sysdeps/mach/hurd/recv.c (recv): Likewise for socket_recv.
* sysdeps/mach/hurd/recvfrom.c (recvfrom): Likewise.
* hurd/fd-read.c (_hurd_fd_read): Likewise for io_read.
Initialize NREAD before the RPC.  I think this must only have failed
to bomb before because all the servers always return ool data(?).
hurd/fd-read.c
sysdeps/mach/hurd/readlink.c
sysdeps/mach/hurd/recv.c
sysdeps/mach/hurd/recvfrom.c