]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: hlua: hlua_smp2lua_str() may LJMP
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 17 May 2023 08:38:50 +0000 (10:38 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 24 May 2023 14:48:17 +0000 (16:48 +0200)
commit742b1a879710678293f70ebfce4e7c76a14a1f75
treed556e1dea8ba6bdbec468185653cf16fa18ff384
parent12a815ad19427ccfadeadfc33ac8ef4ebcd083c3
MINOR: hlua: hlua_smp2lua_str() may LJMP

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