haproxy/include
Willy Tarreau 9dd7f4fb4b MINOR: debug: don't count free(NULL) in memstats
The mem stats are pretty convenient to spot leaks, except that they count
free(NULL) as 1, and the code does actually have quite a number of free(foo)
guards where foo is NULL if the object was already freed. Let's just not
count these ones so that the stats remain consistent. Now it's possible
to compare the strdup()/malloc() and free() and verify they are consistent.
2020-11-03 16:46:48 +01:00
..
haproxy MINOR: debug: don't count free(NULL) in memstats 2020-11-03 16:46:48 +01:00
import MINOR: ist: Add a case insensitive istmatch function 2020-10-30 13:20:21 +01:00