https://sourceware.org/bugzilla/show_bug.cgi?id=26321
Bug ID: 26321
Summary: Possible bug in dwarf_getlocation
Product: elfutils
Version: unspecified
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: l
https://sourceware.org/bugzilla/show_bug.cgi?id=26321
--- Comment #2 from Giuliano Procida ---
If my reading of this is right, some of check_constant_offset's callers have
return values 0 success, -1 failure and others have count >= 0 success, -1
failure.
In which case, this makes sense.
I foun