diff options
author | Nick Clifton <nickc@redhat.com> | 2016-09-14 15:32:01 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-09-14 15:32:01 +0100 |
commit | e6d042fe27102cb789407ccb2ec1663aa9c65129 (patch) | |
tree | b94536264ce84eb6a3a0a029c60bc878012f7ecf /bfd/ChangeLog | |
parent | fc7514d6f2784390b7e6c65c0c9603ede0203f58 (diff) | |
download | gdb-e6d042fe27102cb789407ccb2ec1663aa9c65129.zip gdb-e6d042fe27102cb789407ccb2ec1663aa9c65129.tar.gz gdb-e6d042fe27102cb789407ccb2ec1663aa9c65129.tar.bz2 |
Fix seg-fault in objdump when run on a fuzzed PE binary.
PR binutils/20605
* peicode.h (pe_bfd_read_buildid): Check that the Data Directory
contains a valid size for the Debug directory.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7414c39..567e18f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2016-09-14 Nick Clifton <nickc@redhat.com> + + PR binutils/20605 + * peicode.h (pe_bfd_read_buildid): Check that the Data Directory + contains a valid size for the Debug directory. + 2016-09-14 Bhushan Attarde <bhushan.attarde@imgtec.com> * format.c (struct bfd_preserve): New "build_id" field. |