commit | 6e647c94f2a7bac30a7642167601c229a309ffc3 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu May 06 08:46:11 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu May 06 10:35:03 2021 +0200 |
tree | 229731e9065f30d62cdc8224c89c8f20363b1c1d | |
parent | e763c8c99f7134a009117a59e6a6002b3c9e8c84 [diff] |
BUG/MINOR: config: fix uninitialized initial state in ".if" block evaluator The condition to skip the block in the ".if" evaluator forgot to check that the level was high enough, resulting in rare cases where a random value matched one of the 5 values that cause the block to be skipped. No backport is needed as it's 2.4-only.