aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2015-02-22 12:01:47 -0800
committerTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>2015-12-30 12:00:09 -0200
commit325241608584653c1275a2ea28ce349a04fc4d28 (patch)
tree8b5eb1baace77d37d5869825c4e46b1732bb036e /ChangeLog
parent161a7ef860561b0738f953c533eb8920cbf0b813 (diff)
downloadglibc-325241608584653c1275a2ea28ce349a04fc4d28.zip
glibc-325241608584653c1275a2ea28ce349a04fc4d28.tar.gz
glibc-325241608584653c1275a2ea28ce349a04fc4d28.tar.bz2
Fix BZ #17269 -- _IO_wstr_overflow integer overflow
(cherry picked from commit bdf1ff052a8e23d637f2c838fa5642d78fcedc33) Conflicts: NEWS
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79a59d5..435d189 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-12-30 Paul Pluzhnikov <ppluzhnikov@google.com>
+
+ [BZ #17269]
+ * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
+ (enlarge_userbuf): Likewise.
+
2015-12-30 Andreas Schwab <schwab@suse.de>
[BZ #18032]