mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-19 09:02:28 -04:00
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`. |
||
|---|---|---|
| .. | ||
| bug_on.cocci | ||
| ist.cocci | ||
| realloc_leak.cocci | ||
| strcmp.cocci | ||
| xalloc_cast.cocci | ||
| xalloc_size.cocci | ||