diff options
author | Nick Clifton <nickc@redhat.com> | 2022-12-21 11:51:23 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-12-21 11:51:23 +0000 |
commit | 75393a2d54bcc40053e5262a3de9d70c5ebfbbfd (patch) | |
tree | 28993ec7922c46884dbd1602d1bef9aaa8279642 /binutils/ChangeLog | |
parent | a7a32d588f29466221f5b4d421d0fc0a652dae48 (diff) | |
download | gdb-75393a2d54bcc40053e5262a3de9d70c5ebfbbfd.zip gdb-75393a2d54bcc40053e5262a3de9d70c5ebfbbfd.tar.gz gdb-75393a2d54bcc40053e5262a3de9d70c5ebfbbfd.tar.bz2 |
Fix an attempt to allocate an unreasonably large amount of memory when parsing a corrupt ELF file.
PR 29924
* objdump.c (load_specific_debug_section): Check for excessively
large sections.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e7f918d..020e09f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2022-12-21 Nick Clifton <nickc@redhat.com> + + PR 29924 + * objdump.c (load_specific_debug_section): Check for excessively + large sections. + 2022-12-19 Tom Tromey <tromey@adacore.com> * dwarf-mode.el (dwarf-do-refresh): Avoid compiler warning. |