diff options
author | Nick Clifton <nickc@redhat.com> | 2015-02-26 22:16:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-02-26 22:16:16 +0000 |
commit | d93c7787a0dd4261b8ac65a92a33196b62ef57b4 (patch) | |
tree | b751d47d3eb56c2ae15b1229819c19227c52cbfb /binutils/ChangeLog | |
parent | c86934ceee0971a04bbfc145c7b9a53357c25c91 (diff) | |
download | gdb-d93c7787a0dd4261b8ac65a92a33196b62ef57b4.zip gdb-d93c7787a0dd4261b8ac65a92a33196b62ef57b4.tar.gz gdb-d93c7787a0dd4261b8ac65a92a33196b62ef57b4.tar.bz2 |
Fix arithmetic overflows running srconv on fuzzed binaries.
PR binutils/17512
* coffgrok.c (do_type): Check for an out of range tag index.
Check for integer overflow computing array dimension.
(do_define): Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6caa4fa..81f19f1 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2015-02-26 Nick Clifton <nickc@redhat.com> + + PR binutils/17512 + * coffgrok.c (do_type): Check for an out of range tag index. + Check for integer overflow computing array dimension. + (do_define): Likewise. + 2015-02-26 Andrew Burgess <andrew.burgess@embecosm.com> * objcopy.c (init_section_add): Rename optarg to arg in order to |