mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-25 15:03:03 +00:00
7a8aff2688
A new warning is reported by gcc11 when using a pointer to uninitialized memory block for a function with a const pointer argument. The warning is triggered for istalloc, used by http_client.c / proxy.c / tcpcheck.c. This warning is reported because the uninitialized memory block allocated by malloc should not be passed to a const argument as in ist2. See https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gcc/Warning-Options.html#index-Wmaybe-uninitialized This should be backported up to 2.2. |
||
---|---|---|
.. | ||
atomic-ops.h | ||
eb32sctree.h | ||
eb32tree.h | ||
eb64tree.h | ||
ebimtree.h | ||
ebistree.h | ||
ebmbtree.h | ||
ebpttree.h | ||
ebsttree.h | ||
ebtree.h | ||
ist.h | ||
lru.h | ||
mjson.h | ||
plock.h | ||
sha1.h | ||
slz-tables.h | ||
slz.h | ||
xxhash.h |