diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2015-02-22 12:01:47 -0800 |
---|---|---|
committer | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2015-12-30 12:00:09 -0200 |
commit | 325241608584653c1275a2ea28ce349a04fc4d28 (patch) | |
tree | 8b5eb1baace77d37d5869825c4e46b1732bb036e /ChangeLog | |
parent | 161a7ef860561b0738f953c533eb8920cbf0b813 (diff) | |
download | glibc-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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] |