commit | fb0b5467ca9a0b6c33adf2465751b60260c27662 | [log] [tgz] |
---|---|---|
author | Thierry Fournier <tfournier@arpalert.org> | Thu Jan 21 09:28:58 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 12 11:08:53 2016 +0100 |
tree | e6ed9674178542d6855329ded4f56e801ea5e1f2 | |
parent | 834421c2d0226a567c2692ba52df7b14a6bc4c1d [diff] |
MINOR: lua: file dedicated to unsafe functions When Lua executes functions from its API, these can throws an error. These function must be executed in a special environment which catch these error, otherwise a critical error (like segfault) can raise. This patch add a c file called "hlua_fcn.c" which collect all the Lua/c function needing safe environment for its execution.