[PATCH] Fix asan ICE with strlen instrumentation (PR sanitizer/56417)

2013-08-13 Thread Jakub Jelinek
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 ja...@redhat.com PR sanitizer/56417 * asan.c (instrument_strlen_call): Fix typo

Re: [PATCH] Fix asan ICE with strlen instrumentation (PR sanitizer/56417)

2013-08-13 Thread Dodji Seketeli
Jakub Jelinek ja...@redhat.com 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 ja...@redhat.com PR sanitizer/56417