aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2023-03-14 13:15:12 +0000
committerNick Clifton <nickc@redhat.com>2023-03-14 13:15:12 +0000
commit97b75c421f74e4708f9a351641b99be3d4848913 (patch)
treeb3354aa711fbe569ee4e3cd0490ef5eec63e6c9b /binutils/ChangeLog
parentff581559f9d6586d1d05c5a25d777c78edab3517 (diff)
downloadfsf-binutils-gdb-97b75c421f74e4708f9a351641b99be3d4848913.zip
fsf-binutils-gdb-97b75c421f74e4708f9a351641b99be3d4848913.tar.gz
fsf-binutils-gdb-97b75c421f74e4708f9a351641b99be3d4848913.tar.bz2
Prevent an over large memory allocation in readelf when parsing a corrupt DWARF file.
PR 30227 * dwarf.c (process_cu_tu_index): Prevent excessive memory allocation when nused is large and ncols is zero.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 94099d7..10718ab 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2023-03-14 Nick Clifton <nickc@redhat.com>
+
+ PR 30227
+ * dwarf.c (process_cu_tu_index): Prevent excessive memory
+ allocation when nused is large and ncols is zero.
+
2023-02-09 Tom Tromey <tromey@adacore.com>
* dwarf-mode.el: Bump version to 1.8.