From 5dc2883e54cd2ceec387d6fb3b889f86b9831a87 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 6 Mar 2005 21:21:31 +0000 Subject: [PATCH] * socket/bits/socket2.h (recv): Avoid calls to the _chk variant if we know the call succeeds. (recvfrom): Likewise. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.47.3