diff options
author | Nick Clifton <nickc@redhat.com> | 2017-02-17 11:39:20 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-02-17 11:39:20 +0000 |
commit | 6438d1be9e9b6802a465c70c76b9cec7e23270f3 (patch) | |
tree | 57d80c28288951b635ad378facf05220671cf4fe /bfd/ChangeLog | |
parent | 51547df62c155231530ca502c485659f3d2b66cb (diff) | |
download | gdb-6438d1be9e9b6802a465c70c76b9cec7e23270f3.zip gdb-6438d1be9e9b6802a465c70c76b9cec7e23270f3.tar.gz gdb-6438d1be9e9b6802a465c70c76b9cec7e23270f3.tar.bz2 |
Fix potential illegal memory access in ZLIB because of an erroneous declaration of the size of the input buffer.
* compress.c (bfd_get_full_section_contents): Remember to reduce
compressed size by the sizeof the compression header when
decompressing the contents.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index be8bd68..3f3adc0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2017-02-17 Nick Clifton <nickc@redhat.com> + + * compress.c (bfd_get_full_section_contents): Remember to reduce + compressed size by the sizeof the compression header when + decompressing the contents. + 2017-02-17 Pedro Alves <palves@redhat.com> * srec.c (Chunk): Rename to ... |