commit | 22817382566072991f912903d6ac3d2b236e351e | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Sat Sep 11 23:17:25 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Sep 12 08:21:07 2021 +0200 |
tree | 731b3b9aec10671e98208af90b6f7e30d1158a1b | |
parent | e956c9cdac7d6c07e49233613973968d39b60569 [diff] |
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.