diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2014-01-07 12:02:15 +0100 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2014-01-07 12:05:32 +0100 |
commit | 94c8a4bc574c58f90a41c5a0fd719608741d3bae (patch) | |
tree | 1b9f968b4cf217ddf84b6bec9b9ed273f8222c48 /ChangeLog | |
parent | b513cbf751bc891f5f9dce96fba4a5b295f8f840 (diff) | |
download | glibc-94c8a4bc574c58f90a41c5a0fd719608741d3bae.tar.gz glibc-94c8a4bc574c58f90a41c5a0fd719608741d3bae.tar.xz glibc-94c8a4bc574c58f90a41c5a0fd719608741d3bae.zip |
Fix integer overflow in vfwprintf. Fixes bug 14286.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 50dd9b4af4..be41012fd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-01-07 Ondřej Bílka <neleai@seznam.cz> + + [BZ #14286] + * stdio-common/vfprintf.c: Check for integer overflow. + 2014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for |