[Bug sanitizer/64234] New: Statically sanitized executable does not export ASan symbols
y.gribov at samsung dot com
gcc-bugzilla@gcc.gnu.org
Tue Dec 9 09:35:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64234
Bug ID: 64234
Summary: Statically sanitized executable does not export ASan
symbols
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: sanitizer
Assignee: unassigned at gcc dot gnu.org
Reporter: y.gribov at samsung dot com
CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org,
jakub at gcc dot gnu.org, kcc at gcc dot gnu.org
If executable is linked with -static-libasan, it won't export libasan public
API (__asan_reportXYZ, etc.), causing dlopens of sanitized shlibs to fail. Same
applies to other sanitizers (-static-libubsan, etc.).
More information about the Gcc-bugs
mailing list