commit | 6296a11ea416d6360226c27241713c0f6dc0a2ae | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 12 11:57:07 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 12 14:45:02 2015 +0200 |
tree | b55c4cfcab948eeca2edbd887486ebc027252dad | |
parent | d60a9e5a390f31fec70f10de50f7055ad86798a5 [diff] |
BUG/MAJOR: check: fix breakage of inverted tcp-check rules Recent commit 22b09d2 ("MINOR: include comment in tcpcheck error log") accidently left a double-step to the next rule in case of an inverted rule. The effect is that an inverted rule is necessarily skipped and that we can crash if it was the last rule since we'd use as a rule the head of the list, thus dereference random memory contents. No backport is needed.