Jakub Jelinek writes:
> Hi!
>
> On the following (nonsensical) testcase we ICE because of pointer type
> mismatch. Fixed thusly, bootstrapped/regtested on x86_64-linux and
> i686-linux, ok for trunk/4.8?
>
> 2013-08-13 Jakub Jelinek
>
> PR sanitizer/56417
> * asan.c (instrument_st
Hi!
On the following (nonsensical) testcase we ICE because of pointer type
mismatch. Fixed thusly, bootstrapped/regtested on x86_64-linux and
i686-linux, ok for trunk/4.8?
2013-08-13 Jakub Jelinek
PR sanitizer/56417
* asan.c (instrument_strlen_call): Fix typo in comment.