[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/30355] [DWARFv5] readelf: loc_offset XX too big
From: |
nickc at redhat dot com |
Subject: |
[Bug binutils/30355] [DWARFv5] readelf: loc_offset XX too big |
Date: |
Wed, 19 Apr 2023 10:51:35 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=30355
Nick Clifton <nickc at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Nick Clifton <nickc at redhat dot com> ---
[reproducer obtained offline]
This was a silly snafu in the DWARF decoder. When decoding the DW_AT_loclistx
attribute it was assuming that the .debug_loclists section were in DWARF v4 (or
earlier) format, and not trying to access the index table.
Fixed with a small patch.
--
You are receiving this mail because:
You are on the CC list for the bug.