haproxy/dev/coccinelle
Tim Duesterhus e6c04507d8 DEV: coccinelle: Add realloc_leak.cocci
This coccinelle patch finds locations where the return value of `realloc()` is
assigned to the pointer passed to `realloc()`. This calls will leak memory if
`realloc()` returns `NULL`.
2021-10-28 09:45:48 +02:00
..
bug_on.cocci DEV: coccinelle: Add bug_on.cocci 2021-09-17 17:22:05 +02:00
ist.cocci
realloc_leak.cocci DEV: coccinelle: Add realloc_leak.cocci 2021-10-28 09:45:48 +02:00
strcmp.cocci DEV: coccinelle: Add strcmp.cocci 2021-10-18 07:17:04 +02:00
xalloc_cast.cocci DEV: coccinelle: Add xalloc_cast.cocci 2021-09-17 17:22:05 +02:00
xalloc_size.cocci