https://sourceware.org/bugzilla/show_bug.cgi?id=28928
Di Chen <dichen at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dichen at redhat dot com
--- Comment #1 from Di Chen <dichen at redhat dot com> ---
Created attachment 14042
--> https://sourceware.org/bugzilla/attachment.cgi?id=14042&action=edit
[PATCH] readelf: Don't consider padding DT_NULL as dynamic section
when using `$ eu-readelf -d {FILE}` to get the number of dynamic
section entris, it wrongly counts the padding DT_NULLs as dynamic
section entries. However, DT_NULL Marks end of dynamic section.
They should not be considered as dynamic section entries.
--
You are receiving this mail because:
You are on the CC list for the bug.