Re: [PATCH] Small fix for r214086 Asan regression

2014-08-27 Thread Jeff Law
On 08/26/14 00:35, Yury Gribov wrote: Hi all, Deja pattern in r214086's test is too strict (Asan runtime will not always be able to detect that invalid memory access is use-after-poison). I've cooked a trivial patch to loosen the check so test now also works on i386. Tested on x64 and i386. Ok

[PATCH] Small fix for r214086 Asan regression

2014-08-25 Thread Yury Gribov
Hi all, Deja pattern in r214086's test is too strict (Asan runtime will not always be able to detect that invalid memory access is use-after-poison). I've cooked a trivial patch to loosen the check so test now also works on i386. Tested on x64 and i386. Ok to commit? -Y commit aa3258be37491