关键信息 Title: [Bug] Segmentation Fault in LIEF::ELF::GnuHash::original_size #1277 Status: Closed Description Issue: Segmentation fault (SIGSEGV) in the example of LIEF caused by a malformed ELF binary. Crash Cause: Null pointer dereference in . Environment OS: Linux x86_64 Compiler: Clang with Build Config: Release Tools: AddressSanitizer Vulnerability Details Target: LIEF (example ) Type: Segmentation Fault (SEGV) on address Location: Function: Root Cause: Failed to read the number of buckets in the GNU Hash section. Reproduction Action Taken The issue was acknowledged and fixed. Commits referencing the fix: - -