https://sourceware.org/bugzilla/show_bug.cgi?id=34385
Mark Wielaard <mark at klomp dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mark at klomp dot org
Resolution|--- |FIXED
Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Mark Wielaard <mark at klomp dot org> ---
Thanks, looks like we got the same issue copy pasted between str_offsets (bug
#34383), rnglists (bug #34385) and loclists (bug #34386).
commit 7eda694689546ef0d5f501ce049f84f5283659a2
Author: Mark Wielaard <[email protected]>
Date: Sat Jul 11 17:23:36 2026 +0200
libdw: Check there are any header bytes in rnglists
We tried to read the rnglists header length and only then checked if
there were any bytes left. Make sure to check there are at least 4
bytes for the initial unit length.
* libdw/libdwP.h (__libdw_cu_ranges_base): Check before initial
unit_length read.
https://sourceware.org/bugzilla/show_bug.cgi?id=34385
Reported-by: Karan Kurani <[email protected]>
Signed-off-by: Mark Wielaard <[email protected]>
--
You are receiving this mail because:
You are on the CC list for the bug.