]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: config: missing goto out after parsing an incorrect ACL character
authorWilly Tarreau <w@1wt.eu>
Wed, 12 Apr 2017 16:54:00 +0000 (18:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 12 Apr 2017 16:57:04 +0000 (18:57 +0200)
commit1822e8c35614fb01f25661ea541d9e0599b56a59
treec33459b82db4f9ddf23fce44bc9a324b9d2a40a1
parent5e5bc9fc235fcce48236795777ef29ae63452056
BUG/MINOR: config: missing goto out after parsing an incorrect ACL character

The error doesn't prevent checking for other errors after an invalid
character was detected in an ACL name. Better quit ASAP to avoid risking
to emit garbled and confusing error messages if something else fails on
the same line.

This should be backported to 1.7, 1.6 and 1.5.
src/cfgparse.c