about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-10-29 16:03:07 -0700
committerUlrich Drepper <drepper@redhat.com>2009-10-29 16:03:07 -0700
commitcc88b371a5072242b76d80fae5483d1777029c71 (patch)
tree6c13ad56bcd2e2357be1f650f980f5bfadf7423e /ChangeLog
parent67854c131c2ba8c013debf466b20cb13fffa120b (diff)
downloadglibc-cc88b371a5072242b76d80fae5483d1777029c71.tar.gz
glibc-cc88b371a5072242b76d80fae5483d1777029c71.tar.xz
glibc-cc88b371a5072242b76d80fae5483d1777029c71.zip
Fix return value of puts for very long strings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48dfde724d..15a753bf98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #10780]
+	* libio/ioputs.c (_IO_puts): Make sure to not return a number which
+	overflows the int return type.
+
 	[BZ #10717]
 	* malloc/memusagestat.c (main): Fix repairing of trace files.  We also
 	have to compute maxsize_total, we have to update the variables, and