Fix potential illegal memory access in ZLIB because of an erroneous declaration of...
authorNick Clifton <nickc@redhat.com>
Fri, 17 Feb 2017 11:39:20 +0000 (11:39 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 17 Feb 2017 11:39:20 +0000 (11:39 +0000)
commit6438d1be9e9b6802a465c70c76b9cec7e23270f3
tree57d80c28288951b635ad378facf05220671cf4fe
parent51547df62c155231530ca502c485659f3d2b66cb
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.
bfd/ChangeLog
bfd/compress.c
This page took 0.024061 seconds and 4 git commands to generate.