This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 libc/20422] do not allow asan/msan/tsan and fortify at the same time.


https://sourceware.org/bugzilla/show_bug.cgi?id=20422

--- Comment #7 from Florian Weimer <fweimer at redhat dot com> ---
(In reply to Kostya Serebryany from comment #6)

> Can you give examples (or point to docs) of the "additional aspects" of
> fortify?

An example is the argument type checking for open/openat, in io/bits/fcntl2.h. 
I expect more things like this in the future.  Some of them do not inherently
conflict with the ASan interceptors, but many others will (like variable
argument list length checking for printf and similar functions).

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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