diff options
author | Nick Clifton <nickc@redhat.com> | 2021-04-30 14:31:03 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-04-30 14:31:03 +0100 |
commit | d1fbc3ba09fb2e79acf633df29ccbe9285624419 (patch) | |
tree | 0edbf62a9288e98c418fa70d4ca51fa047aec9f5 /bfd/ChangeLog | |
parent | 9f84cb380e8403ad4f1184fd09af475c17fd8835 (diff) | |
download | gdb-d1fbc3ba09fb2e79acf633df29ccbe9285624419.zip gdb-d1fbc3ba09fb2e79acf633df29ccbe9285624419.tar.gz gdb-d1fbc3ba09fb2e79acf633df29ccbe9285624419.tar.bz2 |
Fix illegal memory access parsing a corrupt MACH-O format file.
PR 27801
* mach-o.c (bfd_mach_o_core_fetch_environment): Use bfd_get_32 to
read 32-bit value.
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 cd9b1b3..c5a617c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 2021-04-30 Nick Clifton <nickc@redhat.com> + PR 27801 + * mach-o.c (bfd_mach_o_core_fetch_environment): Use bfd_get_32 to + read 32-bit value. + +2021-04-30 Nick Clifton <nickc@redhat.com> + PR 27799 * elf32-xtensa.c (elf_xtensa_grok_prstatus): Check for core notes that are too small. |