From 8d17c53b8dfc23b456e30c8f21d46dbcd55324ae Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 30 Mar 2023 11:04:53 +0100 Subject: Fix an illegal memory access triggered by parsing corrupt DWARF info. PR 30284 * dwarf.c (read_and_display_attr_value): Detect and ignore negative base values. --- binutils/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'binutils/ChangeLog') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index a6932cb..0794bed 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2023-03-30 Nick Clifton + + PR 30284 + * dwarf.c (read_and_display_attr_value): Detect and ignore + negative base values. + 2023-03-23 Frederic Cambus * readelf.c (get_segment_type): Handle PT_OPENBSD_MUTABLE segment -- cgit v1.1