]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
authorUlrich Drepper <drepper@redhat.com>
Thu, 18 Oct 2007 22:25:09 +0000 (22:25 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 18 Oct 2007 22:25:09 +0000 (22:25 +0000)
even if the poll result indicates there is data to read.
Patch by Jeff Moyer <jmoyer@redhat.com>.

ChangeLog

index a67e5940639b3073b59fbb84033d253d58631a43..c9b5c929a22f6d1a893d1bd4c6ff1f538807ad76 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-18  Ulrich Drepper  <drepper@redhat.com>
+
+       * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
+       even if the poll result indicates there is data to read.
+       Patch by Jeff Moyer <jmoyer@redhat.com>.
+
 2007-10-18  Roland McGrath  <roland@redhat.com>
 
        * elf/elf.h (NT_PPC_VMX): New macro.