Prevent a memory exhaustion problem when trying to read in strings from a COFF binary...
authorNick Clifton <nickc@redhat.com>
Tue, 28 Nov 2017 18:00:29 +0000 (18:00 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 28 Nov 2017 18:00:29 +0000 (18:00 +0000)
commitb0029dce6867de1a2828293177b0e030d2f0f03c
tree43baafd2475e603a017335e492241866e4c48775
parentff174d3ffad13af17a61583db3e1cd9c0c6cf237
Prevent a memory exhaustion problem when trying to read in strings from a COFF binary with a corrupt string table size.

PR 22507
* coffgen.c (_bfd_coff_read_string_table): Check for an excessive
size of the external string table.
bfd/ChangeLog
bfd/coffgen.c
This page took 0.024371 seconds and 4 git commands to generate.