about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-05-13 17:39:36 +0000
committerUlrich Drepper <drepper@redhat.com>2004-05-13 17:39:36 +0000
commitf7803f5170fb98c3ed464da05412af5964f087b2 (patch)
treecdd852cf0e7f91d15994bdbc92546f7fdaaa8d5b /ChangeLog
parent7f4311e8bf2aeb646afabe37ba9d78441e548bc4 (diff)
downloadglibc-f7803f5170fb98c3ed464da05412af5964f087b2.tar.gz
glibc-f7803f5170fb98c3ed464da05412af5964f087b2.tar.xz
glibc-f7803f5170fb98c3ed464da05412af5964f087b2.zip
Update.
2004-05-13  Jakub Jelinek  <jakub@redhat.com>

	* libio/genops.c (_IO_default_xsputn): Avoid one overflow per char if
	count is negative, yet write_ptr < write_end.
	(_IO_default_xsgetn): Avoid one underflow per char if count is
	negative, yet read_ptr < read_end.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6dcada2f70..5889b2165e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-05-13  Jakub Jelinek  <jakub@redhat.com>
+
+	* libio/genops.c (_IO_default_xsputn): Avoid one overflow per char if
+	count is negative, yet write_ptr < write_end.
+	(_IO_default_xsgetn): Avoid one underflow per char if count is
+	negative, yet read_ptr < read_end.
+
 2004-05-12  Steven Munroe  <sjmunroe@us.ibm.com>
 
 	* sysdeps/unix/sysv/linux/powerpc/bits/termios.h (XTABS): Define XTABS