diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-07-17 07:50:27 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-18 11:47:37 +0100 |
| commit | 832fb7c1c3edaf35650763af447f5aae192ef856 (patch) | |
| tree | fccd75f074747538d79ac78e9ee4d96cc6893c0d /meta/recipes-devtools/lua/lua_5.4.4.bb | |
| parent | 7e6fed6af77aa66d51117a6b525da55168111e4d (diff) | |
| download | poky-832fb7c1c3edaf35650763af447f5aae192ef856.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-devtools/lua/lua_5.4.4.bb')
| -rw-r--r-- | meta/recipes-devtools/lua/lua_5.4.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/lua/lua_5.4.4.bb b/meta/recipes-devtools/lua/lua_5.4.4.bb index 6f2cea5314..0b2e754b31 100644 --- a/meta/recipes-devtools/lua/lua_5.4.4.bb +++ b/meta/recipes-devtools/lua/lua_5.4.4.bb | |||
| @@ -7,6 +7,7 @@ HOMEPAGE = "http://www.lua.org/" | |||
| 7 | SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz;name=tarballsrc \ | 7 | SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz;name=tarballsrc \ |
| 8 | file://lua.pc.in \ | 8 | file://lua.pc.in \ |
| 9 | file://CVE-2022-28805.patch \ | 9 | file://CVE-2022-28805.patch \ |
| 10 | file://CVE-2022-33099.patch \ | ||
| 10 | ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'http://www.lua.org/tests/lua-${PV_testsuites}-tests.tar.gz;name=tarballtest file://run-ptest ', '', d)} \ | 11 | ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'http://www.lua.org/tests/lua-${PV_testsuites}-tests.tar.gz;name=tarballtest file://run-ptest ', '', d)} \ |
| 11 | " | 12 | " |
| 12 | 13 | ||
