about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-05-07 22:40:26 +0000
committerUlrich Drepper <drepper@redhat.com>2000-05-07 22:40:26 +0000
commit6ac52e83bd426918e49b05fd6c19245e0111ebd9 (patch)
tree4066e1210690fa126ab8607429ac022a7dbc91bf /ChangeLog
parent74a0513daf4ea71825ffe545982724cfa3741b24 (diff)
downloadglibc-6ac52e83bd426918e49b05fd6c19245e0111ebd9.tar.gz
glibc-6ac52e83bd426918e49b05fd6c19245e0111ebd9.tar.xz
glibc-6ac52e83bd426918e49b05fd6c19245e0111ebd9.zip
Update.
	* inet/rcmd.c (rcmd_af): errno is not set if read returns without
	reading anything.  Reported by Andries.Brouwer@cwi.nl.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4eb2e17d58..c3fc5a9a3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-05-07  Ulrich Drepper  <drepper@redhat.com>
 
+	* inet/rcmd.c (rcmd_af): errno is not set if read returns without
+	reading anything.  Reported by Andries.Brouwer@cwi.nl.
+
 	* sysdeps/generic/memccpy.c (__memccpy): Don't use reg_char type
 	for x since promotion in comparison might leads to unexpected
 	results.  Reported by Dan Pop <Dan.Pop@cern.ch>.