[Bug sanitizer/78106] ASAN can't find heap-use-after-free with -O1

2016-10-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78106 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Tue Oct 25 20:15:20 2016 New Revision: 241537 URL: https://gcc.gnu.org/viewcvs?rev=241537&root=gcc&view=rev Log: PR sanitizer/78106 * gcc.dg/asan/pr78106.c: Add -ffat-lto-

[Bug sanitizer/78106] ASAN can't find heap-use-after-free with -O1

2016-10-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78106 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug sanitizer/78106] ASAN can't find heap-use-after-free with -O1

2016-10-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78106 --- Comment #2 from Martin Liška --- Author: marxin Date: Tue Oct 25 14:16:10 2016 New Revision: 241511 URL: https://gcc.gnu.org/viewcvs?rev=241511&root=gcc&view=rev Log: Fix not caught use-after-scope with -O1 (PR sanitize/78106) PR sa

[Bug sanitizer/78106] ASAN can't find heap-use-after-free with -O1

2016-10-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78106 --- Comment #1 from Martin Liška --- Patch has been just sent: https://gcc.gnu.org/ml/gcc-patches/2016-10/msg02010.html