]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: hlua: fix missing lock in hlua_filter_delete()
authorAurelien DARRAGON <adarragon@haproxy.com>
Mon, 11 Mar 2024 12:51:03 +0000 (13:51 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Wed, 13 Mar 2024 08:24:46 +0000 (09:24 +0100)
commit85d81e4d0a3d71c653f2e1fcc76b6cd0f03a09d0
tree228f51349dc185191b3c6a56631d6356ade182b0
parentecd8f3bfd72ace0af8bc91eb8ec7cf6dc2d6a68c
BUG/MINOR: hlua: fix missing lock in hlua_filter_delete()

hlua_filter_delete() calls hlua_unref() on the stream hlua stack, but
we should own the lock prior to manipulating the stack.

This should be backported up to 2.6.
src/hlua.c