https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90570
--- Comment #7 from Martin Liška ---
Author: marxin
Date: Thu May 23 10:12:01 2019
New Revision: 271548
URL: https://gcc.gnu.org/viewcvs?rev=271548&root=gcc&view=rev
Log:
Do not instrument static target_expr for use-after-scope (PR sanitizer/905
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90570
--- Comment #6 from Martin Liška ---
Patch candidate:
https://gcc.gnu.org/ml/gcc-patches/2019-05/msg01559.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90570
Martin Liška changed:
What|Removed |Added
Keywords||patch
--- Comment #5 from Martin Liška -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90570
--- Comment #4 from Martin Liška ---
(In reply to Jakub Jelinek from comment #3)
> Given the TREE_STATIC on:
> static const int C.0[2] = {1, 2};
> I don't understand why there is ASAN_UNPOISON/ASAN_POISON for C.0, shouldn't
> that be applied so
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90570
--- Comment #3 from Jakub Jelinek ---
Given the TREE_STATIC on:
static const int C.0[2] = {1, 2};
I don't understand why there is ASAN_UNPOISON/ASAN_POISON for C.0, shouldn't
that be applied solely to automatic variables, not block scope locals
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90570
Martin Liška changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
--- Comment #2 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90570
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|