]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/readelf.c
Check the external compression header size
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 29 Aug 2016 15:49:20 +0000 (08:49 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 29 Aug 2016 15:49:20 +0000 (08:49 -0700)
commitf53be9779bb1220f33a8a45615e0fafd7b6f47c4
tree820183249c1733f2cfed35cbf457f1fe4b7257b3
parent74437ea28fb611d4c88077b486fd7c0a8b4c2a25
Check the external compression header size

Since the internal compression header size can be bigger than the
external compression header size, we should check the external
compression header size.

* readelf.c (load_specific_debug_section): Check the external
compression header size.
binutils/ChangeLog
binutils/readelf.c