]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MAJOR: server: Segfault after parsing server state file.
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 15 Jun 2017 12:09:10 +0000 (14:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 15 Jun 2017 13:30:30 +0000 (15:30 +0200)
commit0bedb8ac90ffdf1498a999c44d1c91556fb726ee
tree6df72b0bb15a42f82bfd0e6ff5731502701dcae8
parent5df119008a1485a297906299f2bbb13fb7e0de77
BUG/MAJOR: server: Segfault after parsing server state file.

This patch makes the server state file parser ignore servers wich are
not present in the configuration file.
src/server.c