commit | fa463afa8f2fd5e4f5d72d3340a505edbd9fa069 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed May 18 07:42:49 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed May 18 09:04:53 2022 +0200 |
tree | ea792663e6771b0d53baf134e2cee98e9155ade9 | |
parent | 7ad27d41b483cdad619169fccc713c7c2f1d068c [diff] |
BUG/MINOR: spoe: Fix error handling in spoe_init_appctx() labels used in goto statement was not called in the right order. Thus if there is an error during the appctx startup, it is possible to leak a task. This patch should fix the issue #1703. No backport needed.