]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: lua: longjmp function must be unregistered
authorThierry FOURNIER <tfournier@arpalert.org>
Fri, 25 Sep 2015 21:51:34 +0000 (23:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 25 Sep 2015 23:34:29 +0000 (01:34 +0200)
commit10e5bc76c79abf3c603969b7070050b7c9060179
tree2e2091c7b91687b6a2eeb9afe30b8f000ad72e1f
parent7a4501757f38de0c9cfbe75d8a7034fa3f819367
BUG/MEDIUM: lua: longjmp function must be unregistered

the longjmp function must be unregistered when we leaves the function
who install it.
src/hlua.c