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/85774] Incorrect stack-use-after-scope caused by missing cleanup of shadow bytes


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Can we say in sanopt look for variables only referenced in these
poison/unpoison ifns and not by anything else and just drop those ifns?

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