]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: spoe: Fix error handling in spoe_init_appctx()
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 May 2022 05:42:49 +0000 (07:42 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 May 2022 07:04:53 +0000 (09:04 +0200)
commitfa463afa8f2fd5e4f5d72d3340a505edbd9fa069
treeea792663e6771b0d53baf134e2cee98e9155ade9
parent7ad27d41b483cdad619169fccc713c7c2f1d068c
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.
src/flt_spoe.c