mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-12 20:52:50 +02:00
The realloc() function checks if the size grew or reduced in order to count an allocation or a free, but it does so with the absolute (new or old) value instead of the difference, resulting in realloc() often being credited for allocating too much. No backport is needed.