]> git.kaiwu.me - haproxy.git/commit
MINOR: lua: remove some useless checks
authorThierry Fournier <tfournier@arpalert.org>
Mon, 22 Feb 2016 18:07:12 +0000 (19:07 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 30 Mar 2016 13:42:50 +0000 (15:42 +0200)
commit991188d297410735d5d92a4e5f01667a7116b979
tree014f5622cce86a99cf48216185c42e53c9785be8
parentddd8988fe5c70c98df9d845920877d4ccd13df4f
MINOR: lua: remove some useless checks

The modified function are declared in the safe environment, so
they must called from safe environement. As the environement is
safe, its useles to check the stack size.
src/hlua_fcn.c