commit | ab398d8ff9d656c6ea81892de39867a7c6c8774c | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Mar 21 08:21:19 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Mar 21 08:24:17 2022 +0100 |
tree | d9670c57340d86036cc5733eaeca456383c09f9e | |
parent | 9075dbdd84efa4c5066c5cc8c3f0c4945c3ee832 [diff] |
BUG/MINOR: http-rules: Don't free new rule on allocation failure If allocation of a new HTTP rule fails, we must not release it calling free_act_rule(). The regression was introduced by the commit dd7e6c6dc ("BUG/MINOR: http-rules: completely free incorrect TCP rules on error"). This patch must only be backported if the commit above is backported. It should fix the issues #1627, #1628 and #1629.