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 > * asan.c (instrument_strlen_call): Fix typo in comment. > Use char * type even for the lhs of POINTER_PLUS_EXPR. > > * gcc.dg/asan/pr56417.c: New test.
This looks OK to me. Thanks for fixing this. -- Dodji