haproxy/dev/coccinelle/realloc_leak.cocci

7 lines
56 B
Plaintext

@@
expression E;
expression F;
@@
* E = realloc(E, F);