commit | d66bf96d5b0eff5960aa1c00bccd2e3893a3c731 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Oct 28 14:16:49 2011 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 28 14:16:49 2011 +0200 |
tree | ed5b01550291ca333491fdb95f46eb4cf4738aba | |
parent | ac1932da3ec4614f60f3ce22518a9a0a61a11c67 [diff] |
BUG/MINOR: fix a segfault when parsing a config with undeclared peers Baptiste Assmann reported that a config where a non-existing peers section is referenced by a stick-table causes a segfault after displaying the error. This is caused by the freeing of the peers. Setting it to NULL after displaying the error fixes the issue.