https://sourceware.org/bugzilla/show_bug.cgi?id=25083
Mark Wielaard <mark at klomp dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Mark Wielaard <mark at klomp dot org> --- commit 9d3003f6b0baa94a53013fbefb4f6542bc532a6c (HEAD -> master) Author: Mark Wielaard <m...@klomp.org> Date: Sun Oct 20 17:26:29 2019 +0200 unstrip: Add sanity check for bogus sh_offset of allocated sections. unstrip tries to preserve any allocated section offset in an executable or shared library. If the offset is extremely large that would cause the disk to fill up because we will write out a file with lots of padding to put the section contents at that particular offset. Add a sanity check that makes sure we just error out if there is such a bogus offset by checking that no offset is larger than the original ELF file size. https://sourceware.org/bugzilla/show_bug.cgi?id=25083 Signed-off-by: Mark Wielaard <m...@klomp.org> -- You are receiving this mail because: You are on the CC list for the bug.