mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-20 00:10:41 -05:00
We must not use `ist2()` if the value of `i.len` is derived from the value of
`i.ptr`:
i.ptr = "foo";
i.len = strlen(i.ptr);
|
||
|---|---|---|
| .. | ||
| bug_on.cocci | ||
| ha_free.cocci | ||
| ist.cocci | ||
| realloc_leak.cocci | ||
| strcmp.cocci | ||
| xalloc_cast.cocci | ||
| xalloc_size.cocci | ||