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> | 2016-02-25 16:02:04 -0300 |
commit | 6ef92b982aef69f05a3faa481c34699bfa55f1dd (patch) | |
tree | 282b5cb37c4e11586a5e7ced1b6ca5dc4caedb19 /ChangeLog | |
parent | d5ef25a8d894fa5833854588afaacdf8771972a8 (diff) | |
download | glibc-6ef92b982aef69f05a3faa481c34699bfa55f1dd.tar.gz glibc-6ef92b982aef69f05a3faa481c34699bfa55f1dd.tar.xz glibc-6ef92b982aef69f05a3faa481c34699bfa55f1dd.zip |
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
diff --git a/ChangeLog b/ChangeLog index 95c077f3ae..a4917cd239 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-02-25 Paul Pluzhnikov <ppluzhnikov@google.com> + + [BZ #17269] + * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow + (enlarge_userbuf): Likewise. + 2016-02-25 Florian Weimer <fweimer@redhat.com> [BZ #19018] |