about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-03-06 21:25:22 +0000
committerUlrich Drepper <drepper@redhat.com>2005-03-06 21:25:22 +0000
commit84c33ccbbe045d3b074d63504b4d5fad4dc253e6 (patch)
tree3fb35293bf8aa59953b42182606de71fd65cd4f3 /ChangeLog
parent5dc2883e54cd2ceec387d6fb3b889f86b9831a87 (diff)
downloadglibc-84c33ccbbe045d3b074d63504b4d5fad4dc253e6.tar.gz
glibc-84c33ccbbe045d3b074d63504b4d5fad4dc253e6.tar.xz
glibc-84c33ccbbe045d3b074d63504b4d5fad4dc253e6.zip
* debug/recv_chk.c (__recv_chk): Always fail if request could
	overflow the buffer.
	* debug/recvfrom_chk.c (__recvfrom_chk): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f94c6437ea..549277146e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-03-06  Ulrich Drepper  <drepper@redhat.com>
 
+	* debug/recv_chk.c (__recv_chk): Always fail if request could
+	overflow the buffer.
+	* debug/recvfrom_chk.c (__recvfrom_chk): Likewise.
 	* socket/bits/socket2.h (recv): Avoid calls to the _chk variant if
 	we know the call succeeds.
 	(recvfrom): Likewise.