]> git.ipfire.org Git - thirdparty/systemd.git/blob - coccinelle/mfree.cocci
Merge pull request #16257 from keszybz/two-fuzzer-issues
[thirdparty/systemd.git] / coccinelle / mfree.cocci
1 @@
2 expression p;
3 @@
4 - free(p);
5 - p = NULL;
6 + p = mfree(p);