diff options
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6ea4835..f99b085 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2018-11-30 Nick Clifton <nickc@redhat.com> + * elfcode.h (elf_object_p): Check for corrupt input files with + more program headers than can actually fit in the file. + +2018-11-30 Nick Clifton <nickc@redhat.com> + PR 23932 * elf.c (IS_CONTAINED_BY_LMA): Add a check for a negative section size. |