MINOR: hlua: hlua_smp2lua() may LJMP
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 17 May 2023 08:44:47 +0000 (10:44 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 24 May 2023 14:48:17 +0000 (16:48 +0200)
commit4121772c50eb9e8ee61b313e8fd1b078fcce0bef
tree3b7b82f9a0259c4e7bda896dcbf10287a36e4031
parent742b1a879710678293f70ebfce4e7c76a14a1f75
MINOR: hlua: hlua_smp2lua() may LJMP

Add LJMP hint to hlua_smp2lua() prototype since it relies on
functions (e.g.: lua_pushstring()) which may raise lua memory errors.
src/hlua.c