]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: pattern: "pat_parse_dotted_ver()" set bad expect_type.
authorThierry FOURNIER <tfournier@exceliance.fr>
Mon, 27 Jan 2014 15:04:43 +0000 (16:04 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 27 Jan 2014 15:23:01 +0000 (16:23 +0100)
commit59ad9d65939c07e5dc83332b68817a1cdcf80729
tree225dcac16e4e95e1365e02784e3fcceb69b6fbef
parent25002d206bcf61a766b0cd75f2d9b34a1c77ede4
BUG/MEDIUM: pattern: "pat_parse_dotted_ver()" set bad expect_type.

This is a regression introducted by the patches "MINOR: pattern: Each
pattern sets the expected input type" and "MEDIUM: acl: Last patch
change the output type". The expected value is SMP_T_CSTR in place of
SMP_T_UINT.

This bug impact all the acl using the parser "pat_parse_dotted_ver()".
The two acl are "req_ssl_ver()" and "req.ssl_ver()".

This is a recent bug, no backport is needed.
src/pattern.c