summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2015-02-22 12:01:47 -0800
committerPaul Pluzhnikov <ppluzhnikov@google.com>2015-02-22 12:01:47 -0800
commitbdf1ff052a8e23d637f2c838fa5642d78fcedc33 (patch)
treeef595b80d3cf6d43a806b5bde425fcef434ac56a /ChangeLog
parent9529611240b612fec59e289673d05f83396aede4 (diff)
downloadglibc-bdf1ff052a8e23d637f2c838fa5642d78fcedc33.tar.gz
Fix BZ #17269 -- _IO_wstr_overflow integer overflow
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18961d8031..9ae6b8b6db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-02-22 Paul Pluzhnikov <ppluzhnikov@google.com>
+
+ [BZ #17269]
+ * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
+ (enlarge_userbuf): Likewise.
+
2015-02-22 Chung-Lin Tang <cltang@codesourcery.com>
* libio/tst-memstream2.c (TIMEOUT): Define as 100.