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

--- Comment #40 from Yury Gribov <y.gribov at samsung dot com> ---
>> Jakub Jelinek wrote:
>> Previously ASAN would often work
>> even when binary wasn't linked with -fsanitize=address,
>> though sometimes it wouldn't
>
> Yury Gribov wrote:
> this patch may result in reduced functionality
> i.e. some projects may start failing.

Actually do we have an example of unsanitized binary working with sanitized
dynamic lib? Currently I see all REAL() macro resolving to NULL in this case
(and then causing segfaults in __asan_init).

-Y

Reply via email to