]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEBUG: pools: add extra sanity checks when picking objects from a local cache
authorWilly Tarreau <w@1wt.eu>
Wed, 9 Feb 2022 15:23:55 +0000 (16:23 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Feb 2022 19:10:43 +0000 (20:10 +0100)
commite2830addda9baf42c682d7c1856a53e2875deea4
tree1950a09df48102a8636be947638f44dddd496cc6
parentceabc5ca8ca8d8919bc95a545b1f2e0aff25ef18
DEBUG: pools: add extra sanity checks when picking objects from a local cache

These few checks are added to make sure we never try to pick an object from
an empty list, which would have a devastating effect.
include/haproxy/pool.h
src/pool.c