commit | 9e5e586e35c5e16db8a0c2623a5e3b8bea94ca7a | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Mon Oct 11 18:51:08 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Oct 12 11:28:57 2021 +0200 |
tree | 69ee3e3fa70edc8ec6403e16d170afe7faff6102 | |
parent | 8c67eceeca9879d9bac23ce9eb331dd3fab07f68 [diff] |
BUG/MINOR: lua: Fix lua error handling in `hlua_config_prepend_path()` Set an `lua_atpanic()` handler before calling `hlua_prepend_path()` in `hlua_config_prepend_path()`. This prevents the process from abort()ing when `hlua_prepend_path()` fails for some reason. see GitHub Issue #1409 This is a very minor issue that can't happen in practice. No backport needed.