mirror of
https://git.yoctoproject.org/poky
synced 2026-03-02 05:19:40 +01:00
lua: Backport fix for CVE-2022-33099
Fixes stack overflow while handling recurring errors in Lua-stack (From OE-Core rev: caad9d5f7184f0fa60fa7770e5d3da3f533647cb) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -7,6 +7,7 @@ HOMEPAGE = "http://www.lua.org/"
|
||||
SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz;name=tarballsrc \
|
||||
file://lua.pc.in \
|
||||
file://CVE-2022-28805.patch \
|
||||
file://CVE-2022-33099.patch \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'http://www.lua.org/tests/lua-${PV_testsuites}-tests.tar.gz;name=tarballtest file://run-ptest ', '', d)} \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user