Re: [PATCH] Unpoison variable partition properly (PR sanitizer/85774).

2018-09-24 Thread Jakub Jelinek
On Mon, Sep 24, 2018 at 09:39:30AM +0200, Martin Liška wrote: > Hi. > > As always Jakub provided my very nice hint how to fix the issue. > It's about adding representative of a stack partitioning into > asan_handled_variables when another variable of the partition > lies in asan_handled_variables.

[PATCH] Unpoison variable partition properly (PR sanitizer/85774).

2018-09-24 Thread Martin Liška
Hi. As always Jakub provided my very nice hint how to fix the issue. It's about adding representative of a stack partitioning into asan_handled_variables when another variable of the partition lies in asan_handled_variables. Patch survives testing on ppc64le-linux-gnu. Ready for trunk? gcc/Chang