Hi Aaron, Hi Constantine,
On Thu, 2025-04-10 at 10:52 -0400, Aaron Merey wrote:
> handle_dynamic_symtab can attempt to read symbol and version data from
> file offset 0 if the associated DT_ tags aren't found.
>
> Fix this by only reading symbol and version data when non-zero file
> offsets have
handle_dynamic_symtab can attempt to read symbol and version data from
file offset 0 if the associated DT_ tags aren't found.
Fix this by only reading symbol and version data when non-zero file
offsets have been found.
https://sourceware.org/bugzilla/show_bug.cgi?id=32864
Suggested-by: Constanti