diff options
author | Nick Clifton <nickc@redhat.com> | 2017-04-03 11:13:21 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-04-03 11:13:21 +0100 |
commit | 75ec1fdbb797a389e4fe4aaf2e15358a070dcc19 (patch) | |
tree | a83b024d470382360aa9003c6308ab069cbcc688 /binutils/ChangeLog | |
parent | f32ba72991d2406b21ab17edc234a2f3fa7fb23d (diff) | |
download | gdb-75ec1fdbb797a389e4fe4aaf2e15358a070dcc19.zip gdb-75ec1fdbb797a389e4fe4aaf2e15358a070dcc19.tar.gz gdb-75ec1fdbb797a389e4fe4aaf2e15358a070dcc19.tar.bz2 |
Fix runtime seg-fault in readelf when parsing a corrupt MIPS binary.
PR binutils/21344
* readelf.c (process_mips_specific): Check for an out of range GOT
entry before reading the module pointer.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index dee35e5..438ea7f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,11 @@ 2017-04-03 Nick Clifton <nickc@redhat.com> + PR binutils/21344 + * readelf.c (process_mips_specific): Check for an out of range GOT + entry before reading the module pointer. + +2017-04-03 Nick Clifton <nickc@redhat.com> + PR binutils/21343 * readelf.c (get_unwind_section_word): Fix snafu checking for invalid word offsets in ARM unwind information. |