[Bug sanitizer/71498] ubsan bounds checking influenced by surrounding code

2016-07-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71498 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug sanitizer/71498] ubsan bounds checking influenced by surrounding code

2016-07-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71498 --- Comment #8 from Jakub Jelinek --- Author: jakub Date: Thu Jul 7 12:42:43 2016 New Revision: 238095 URL: https://gcc.gnu.org/viewcvs?rev=238095=gcc=rev Log: Backported from mainline 2016-06-13 Jakub Jelinek

[Bug sanitizer/71498] ubsan bounds checking influenced by surrounding code

2016-06-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71498 --- Comment #7 from Jakub Jelinek --- Fixed for 6.2+ so far.

[Bug sanitizer/71498] ubsan bounds checking influenced by surrounding code

2016-06-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71498 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Mon Jun 13 21:08:36 2016 New Revision: 237412 URL: https://gcc.gnu.org/viewcvs?rev=237412=gcc=rev Log: PR sanitizer/71498 * c-gimplify.c (ubsan_walk_array_refs_r): Set

[Bug sanitizer/71498] ubsan bounds checking influenced by surrounding code

2016-06-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71498 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Mon Jun 13 21:01:44 2016 New Revision: 237409 URL: https://gcc.gnu.org/viewcvs?rev=237409=gcc=rev Log: PR sanitizer/71498 * c-gimplify.c (ubsan_walk_array_refs_r): Set

[Bug sanitizer/71498] ubsan bounds checking influenced by surrounding code

2016-06-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71498 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug sanitizer/71498] ubsan bounds checking influenced by surrounding code

2016-06-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71498 --- Comment #3 from Jakub Jelinek --- That has been explained in the submission - walk_tree normally walks the initializers of all vars mentioned in BIND_EXPR_VARS, including TREE_STATIC ones, but obviously we don't want to instrument anything

[Bug sanitizer/71498] ubsan bounds checking influenced by surrounding code

2016-06-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71498 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug sanitizer/71498] ubsan bounds checking influenced by surrounding code

2016-06-13 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71498 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment