BUG/MEDIUM lua: Add missing call to RESET_SAFE_LJMP in hlua_filter_new()
authorTim Duesterhus <tim@bastelstu.be>
Sat, 11 Sep 2021 21:17:25 +0000 (23:17 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 12 Sep 2021 06:21:07 +0000 (08:21 +0200)
commit22817382566072991f912903d6ac3d2b236e351e
tree731b3b9aec10671e98208af90b6f7e30d1158a1b
parente956c9cdac7d6c07e49233613973968d39b60569
BUG/MEDIUM lua: Add missing call to RESET_SAFE_LJMP in hlua_filter_new()

In one case before exiting leaving the function the panic handler was not
reset.

Introduced in 69c581a09271e91d306e7b9080502a36abdc415e, which is 2.5+.
No backport required.
src/hlua.c