diff options
author | Nick Clifton <nickc@redhat.com> | 2023-04-11 15:59:07 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-04-11 15:59:07 +0100 |
commit | 688fe114cd80e410dbed08064eaaedf5584d31cf (patch) | |
tree | 521e17da74703acaf082536426d3444ede7b9f0b /binutils/ChangeLog | |
parent | 45f5fe468b23c92b571756ec72b6a9c7be034074 (diff) | |
download | binutils-688fe114cd80e410dbed08064eaaedf5584d31cf.zip binutils-688fe114cd80e410dbed08064eaaedf5584d31cf.tar.gz binutils-688fe114cd80e410dbed08064eaaedf5584d31cf.tar.bz2 |
Fix a potential illegal memory access when displaying corrupt DWARF information.
PR 30312
* dwarf.c (prealloc_cu_tu_list): Always allocate at least one entry.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f81f230..285b90c 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,9 @@ 2023-04-11 Nick Clifton <nickc@redhat.com> + PR 30312 + * dwarf.c (prealloc_cu_tu_list): Always allocate at least one + entry. + PR 30311 * readelf.c (uncompress_section_contents): Check for a suspiciously large uncompressed size. |