]> git.kaiwu.me - haproxy.git/commit
[BUG] acl-related keywords are not allowed in defaults sections
authorWilly Tarreau <w@1wt.eu>
Sun, 12 Oct 2008 15:26:37 +0000 (17:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 12 Oct 2008 20:38:15 +0000 (22:38 +0200)
commit471ea5fbe99e9c4c71be510cb1a77b628c549cb0
treeb5a7881097fd8d908ff69da059013b7b3d74cf83
parentc2e223d81bcefc20596cd44af606f401c8922f14
[BUG] acl-related keywords are not allowed in defaults sections

Using an ACL-related keyword in the defaults section causes a
segfault during parsing because the list headers are not initialized.
We must initialize list headers for default instance and reject
keywords relying on ACLs.
src/cfgparse.c