]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: pools: fix the minimum allocation size
authorWilly Tarreau <w@1wt.eu>
Tue, 23 Oct 2018 12:40:23 +0000 (14:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 23 Oct 2018 12:40:23 +0000 (14:40 +0200)
commit30f931ead209aa4966ff5af3cbd01517096c9163
treebdcf9e238cbc15d625947f723ba2321f2d66ec42
parent68ad3a42f7409ea2556adb4f94388513a8140910
BUG/MEDIUM: pools: fix the minimum allocation size

Fred reported a random crash related to the pools. This was introduced
by commit e18db9e98 ("MEDIUM: pools: implement a thread-local cache for
pool entries") because the minimum pool item size should have been
increased to 32 bytes to accommodate the 2 double-linked lists.

No backport is needed.
src/memory.c