commit | c77bad24671bd92445d78db6667be47b201ee3dd | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 03 10:58:07 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Sep 03 11:01:12 2021 +0200 |
tree | 3351473df13a978a6f6e24623c7bd77070264650 | |
parent | 9a621ae76dfbe94b44e1026752bf3cc77a903966 [diff] |
BUG/MEDIUM: vars: run over the correct list in release_store_rules() In commit 9a621ae76 ("MEDIUM: vars: add a new "set-var-fmt" action") we introduced the support for format strings in variables with the ability to release them on exit, except that it's the wrong list that was being scanned for the rule (http vs vars), resulting in random crashes during deinit. This was a recent commit in 2.5-dev, no backport is needed.