[PATCH] Fix not caught use-after-scope with -O1 (PR sanitize/78106)

Martin Liška mliska@suse.cz
Tue Oct 25 11:40:00 GMT 2016


Hello.

While reading and trying to understand sanopt code, I've noticed that we can possibly
optimize out a ASAN_CHECK when there's a BB in between DOM(BB) and BB which can
call a freeing function.

Ready to be installed after it survives regression tests?
Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-not-caught-use-after-scope-with-O1-PR-sanitize-7.patch
Type: text/x-patch
Size: 2353 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20161025/f9f9c257/attachment.bin>


More information about the Gcc-patches mailing list