commit | 30f931ead209aa4966ff5af3cbd01517096c9163 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Oct 23 14:40:23 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 23 14:40:23 2018 +0200 |
tree | bdcf9e238cbc15d625947f723ba2321f2d66ec42 | |
parent | 68ad3a42f7409ea2556adb4f94388513a8140910 [diff] |
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.