Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
static void f(void) {
int *p = 0;
*p = 1; // expected-warning{{Dereference of null pointer}}
}