bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/29270] New: Signed integer overflow with DW_FORM_udata


From: sevaa at sprynet dot com
Subject: [Bug binutils/29270] New: Signed integer overflow with DW_FORM_udata
Date: Mon, 20 Jun 2022 19:42:34 +0000

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

            Bug ID: 29270
           Summary: Signed integer overflow with DW_FORM_udata
           Product: binutils
           Version: 2.39 (HEAD)
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: sevaa at sprynet dot com
  Target Milestone: ---

Created attachment 14155
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14155&action=edit
Test binary and source

Consider the debug info in the attached binary. If you execute "readelf
--debug-dump udata", you'll see the following line:


    <2f>   DW_AT_const_value : -9223372036854775808

The form of that attribute is DW_FORM_udata. It's unsigned and positive, the
minus is bogus.

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]