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 middle-end/81005] -fsanitize=null and -fsanitize=alignment doesn't check aggregate arguments of calls


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81005

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Actually, not 100% sure about asm, we don't instrument those with asan either,
the problem is that there is no guarantee the asm reads or writes any of the
aggregate operands, so instrumenting those is problematic.

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