Browse Source
Check if the binary pointer is valid before attempting to lookup the symbol. Shared objects with unresolved symbols and missing depencies, e.g a library that references 'errno' but is not linked against libc, will now produce an error message when they are loaded by the dynamic linker. Fixes #1904.devel
1 changed files with 8 additions and 2 deletions
Loading…
Reference in new issue