commit | 496ef8603e856b01df671421c9760c0b2aaebbbb | [log] [tgz] |
---|---|---|
author | Vincent Bernat <vincent@bernat.im> | Thu Nov 17 15:42:40 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Dec 24 19:49:35 2016 +0100 |
tree | 46239330c1e25476eac74fa3490026cf142b522d | |
parent | 424ab7942d3511c01d8d0247ca9ded609da1efc7 [diff] |
BUG/MINOR: stick-table: handle out-of-memory condition gracefully In case `pool_alloc2()` returns NULL, propagate the condition to the caller. This could happen when limiting the amount of memory available for HAProxy with `-m`. [wt: backport to 1.6 and 1.5 needed] (cherry picked from commit ef8f4fe12d03d6e015b6e5bfa0a9d063cff83b89) (cherry picked from commit 797c48a454fa1a7181b6b11cf93b38dd6c2a62b0)