Re: [PATCH] Do not handle VLA in sanitization (PR sanitizer/81460).

2017-07-28 Thread Jakub Jelinek
On Fri, Jul 28, 2017 at 10:44:36AM +0200, Martin Liška wrote: > Simple patch that bails out when having a variable-length parameter of a > function. > Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. > > Ready to be installed? > Martin > > gcc/ChangeLog: > > 2017-07-17

[PATCH] Do not handle VLA in sanitization (PR sanitizer/81460).

2017-07-28 Thread Martin Liška
Hi. Simple patch that bails out when having a variable-length parameter of a function. Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. Ready to be installed? Martin gcc/ChangeLog: 2017-07-17 Martin Liska PR sanitizer/81460 * sanopt.c (sanitize_rew