[Bug libdw/26321] New: Possible bug in dwarf_getlocation

2020-07-30 Thread gprocida+abigail at google dot com via Elfutils-devel
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

[Bug libdw/26321] Possible bug in dwarf_getlocation

2020-08-07 Thread gprocida+abigail at google dot com via Elfutils-devel
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