commit | ef8f4fe12d03d6e015b6e5bfa0a9d063cff83b89 | [log] [tgz] |
---|---|---|
author | Vincent Bernat <vincent@bernat.im> | Thu Nov 17 15:42:40 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Nov 17 16:00:16 2016 +0100 |
tree | 156755b193973fceed643637a426e83dcb2a33ba | |
parent | a71f642b6258614fd256493c7687a01b25a081c6 [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]