https://sourceware.org/bugzilla/show_bug.cgi?id=31973

            Bug ID: 31973
           Summary: Wrong length in FDE dump in readelf
           Product: binutils
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: sevaa at sprynet dot com
  Target Milestone: ---

Created attachment 15617
  --> https://sourceware.org/bugzilla/attachment.cgi?id=15617&action=edit
Sample binary

Run the following against the attached binary:

readelf -wf frames

The very first FDE header line goes:

00000000 0000005a 00000016 FDE cie=00000016 pc=00001474..00001490

0x5a for length is wrong, the length of the first FDE record in debug_frames is
0x12, and 0x5a is the length of the associated CIE.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to