[Bug sanitizer/79341] Many Asan tests fail on s390
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Feb 3 11:03:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79341
--- Comment #18 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Plus one thing is interception (which still requires that the private symbol
has stable ABI), and another thing is calling that symbol even when it isn't
called in the original program (which is what must be going on here, because on
glibc 2.18 nothing is calling a symbol which doesn't exist there when not using
libsanitizer).
More information about the Gcc-bugs
mailing list