aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2023-04-11 15:59:07 +0100
committerNick Clifton <nickc@redhat.com>2023-04-11 15:59:07 +0100
commit688fe114cd80e410dbed08064eaaedf5584d31cf (patch)
tree521e17da74703acaf082536426d3444ede7b9f0b /binutils/ChangeLog
parent45f5fe468b23c92b571756ec72b6a9c7be034074 (diff)
downloadfsf-binutils-gdb-688fe114cd80e410dbed08064eaaedf5584d31cf.zip
fsf-binutils-gdb-688fe114cd80e410dbed08064eaaedf5584d31cf.tar.gz
fsf-binutils-gdb-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/ChangeLog4
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.