diff options
author | Nick Clifton <nickc@redhat.com> | 2017-02-13 15:04:37 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-02-13 15:04:37 +0000 |
commit | f055032e4e922f1e1a5e11026c7c2669fa2a7d19 (patch) | |
tree | 8007feb68ec041a9b0f74d909170fc5522af161e /binutils/ChangeLog | |
parent | ebdf1ebfa551fd4624c3cd05401aa3c01ea2ebbe (diff) | |
download | gdb-f055032e4e922f1e1a5e11026c7c2669fa2a7d19.zip gdb-f055032e4e922f1e1a5e11026c7c2669fa2a7d19.tar.gz gdb-f055032e4e922f1e1a5e11026c7c2669fa2a7d19.tar.bz2 |
Fix invalid read of section contents whilst processing a corrupt binary.
PR binutils/21135
* readelf.c (dump_section_as_bytes): Handle the case where
uncompress_section_contents returns false.
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 10140c2..fdd5f33 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,11 @@ 2017-02-13 Nick Clifton <nickc@redhat.com> + PR binutils/21135 + * readelf.c (dump_section_as_bytes): Handle the case where + uncompress_section_contents returns false. + +2017-02-13 Nick Clifton <nickc@redhat.com> + PR binutils/21149 * readelf.c (get_compression_header): Add size parameter. Check size against sizeof compression header before attempting to |