Fix a null pointer dereference when reading the debug link info from a corrupt file.
authorNick Clifton <nickc@redhat.com>
Fri, 14 Nov 2014 13:39:29 +0000 (13:39 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 14 Nov 2014 13:39:29 +0000 (13:39 +0000)
commit470c009be81f3ac0205d4efb1d16fc4216093b69
treebb5f813a1f7addcc8bfa4014b9c87cbaa508cc95
parent02c1355124de323e32b8b47fa0b19c114549756a
Fix a null pointer dereference when reading the debug link info from a corrupt file.

PR binutils/17597
* opncls.c (bfd_get_debug_link_info): Avoid reading off the end of
the section.
(bfd_get_alt_debug_link_info): Likewise.
bfd/ChangeLog
bfd/opncls.c
This page took 0.024429 seconds and 4 git commands to generate.