db0c309 Fix an illegal memory access when trying to copy an ELF binary with corrupt section symbols.

Authored and Committed by nickc 6 years ago
    Fix an illegal memory access when trying to copy an ELF binary with corrupt section symbols.
    
    	PR 23113
    	* elf.c (ignore_section_sym): Check for the output_section pointer
    	being NULL before dereferencing it.
    
        
file modified
+4 -0
file modified
+8 -1