summaryrefslogtreecommitdiffstats
path: root/dev/coccinelle/realloc_leak.cocci
blob: c201b808c077f03473b198eaec9e9c6174cf9154 (plain)
1
2
3
4
5
6
@@
expression E;
expression F;
@@

* E = realloc(E, F);