bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/27853] Infinite loop in dwarf.c:4387-4398


From: amodra at gmail dot com
Subject: [Bug binutils/27853] Infinite loop in dwarf.c:4387-4398
Date: Wed, 12 May 2021 05:36:29 +0000

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

--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
Incidentally, the loop is not infinite.  readelf will eventually terminate.
It should terminate quicker though, the problem being code in
read_and_display_attr_value that increments "data" past "end", coupled with a
test in display_formatted_table that only checks "data == end".

-- 
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]