diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-15 11:47:35 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-16 22:20:33 +0000 |
| commit | 26ff8acdc9c3dbe827d0929b8738f76e6d6fdef5 (patch) | |
| tree | 546e72442d8be6a6f94cc03dc910167ce1bbe0a0 /meta/recipes-devtools/lua/lua_5.4.3.bb | |
| parent | 50e0aed0684526c74072ceaf8fa52964c9cc0d19 (diff) | |
| download | poky-26ff8acdc9c3dbe827d0929b8738f76e6d6fdef5.tar.gz | |
lua: Backport fix for CVE-2021-43396
Backport the fix for CVE-2021-43396 ("C stack overflow with coroutines")
from upstream.
(From OE-Core rev: e74fb3f7a8171cc1293583241a9ef43a515a9320)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/lua/lua_5.4.3.bb')
| -rw-r--r-- | meta/recipes-devtools/lua/lua_5.4.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/lua/lua_5.4.3.bb b/meta/recipes-devtools/lua/lua_5.4.3.bb index 0224744fe7..a204242bc0 100644 --- a/meta/recipes-devtools/lua/lua_5.4.3.bb +++ b/meta/recipes-devtools/lua/lua_5.4.3.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 | ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'http://www.lua.org/tests/lua-${PV_testsuites}-tests.tar.gz;name=tarballtest file://run-ptest ', '', d)} \ | 9 | ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'http://www.lua.org/tests/lua-${PV_testsuites}-tests.tar.gz;name=tarballtest file://run-ptest ', '', d)} \ |
| 10 | file://74d99057a5146755e737c479850f87fd0e3b6868.patch \ | ||
| 10 | " | 11 | " |
| 11 | 12 | ||
| 12 | # if no test suite matches PV release of Lua exactly, download the suite for the closest Lua release. | 13 | # if no test suite matches PV release of Lua exactly, download the suite for the closest Lua release. |
