-
- Downloads
elf: fix segfault on unmatched symbol
lookup_symbol() checks if the symbol is undefined, before checking if we actually looked it up. Check for a missing symbol first.
Loading
Please register or sign in to comment
lookup_symbol() checks if the symbol is undefined, before checking if we actually looked it up. Check for a missing symbol first.