From: Ulrich Drepper Date: Sun, 6 Mar 2005 21:21:31 +0000 (+0000) Subject: * socket/bits/socket2.h (recv): Avoid calls to the _chk variant if X-Git-Tag: cvs/fedora-glibc-20050319T1907~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5dc2883e54cd2ceec387d6fb3b889f86b9831a87;p=thirdparty%2Fglibc.git * socket/bits/socket2.h (recv): Avoid calls to the _chk variant if we know the call succeeds. (recvfrom): Likewise. --- diff --git a/ChangeLog b/ChangeLog index e185bfccc2f..f94c6437ea2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-03-06 Ulrich Drepper + + * socket/bits/socket2.h (recv): Avoid calls to the _chk variant if + we know the call succeeds. + (recvfrom): Likewise. + 2005-03-05 Ulrich Drepper * posix/regexec.c (check_node_accept_bytes): Correct cast to avoid