This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug sanitizer/56393] SIGSEGV when -fsanitize=address and dynamic lib with global objects


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56393

--- Comment #12 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-02-20 15:02:20 UTC ---
Yeah, we can do that.  But it will still only cover the case where executable
is linked with -fsanitize=address.  If you only sanitize some shared library
and use it by non-sanitized executable, it could still break, though perhaps
not as often as in this case.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]