commit | 2b7983c78dc9bb0d143280a813ea75ad985b4167 | [log] [tgz] |
---|---|---|
author | Thierry Fournier <thierry.fournier@ozon.io> | Sat Nov 28 16:08:02 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Dec 14 09:20:21 2020 +0100 |
tree | d645f008cd4eaa2c5c69b7da4bcb7e7bddc16dc9 | |
parent | 5a964670d5c1bf45b7660afbfdd078f745fa0bf9 [diff] |
BUG/MINOR: lua: Some lua init operation are processed unsafe Operation luaL_openlibs() and lua_prepend path are processed whithout the safe context, so in case of failure Haproxy aborts or stops without error message. This patch could be backported until 1.8 (cherry picked from commit 2f05cc6f86ee6beda9c42a6bb99a9a96fad37b68) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>