aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/lua/lua_5.3.6.bb
diff options
context:
space:
mode:
authorJan-Simon Moeller <dl9pf@gmx.de>2021-09-13 14:10:37 +0200
committerKhem Raj <raj.khem@gmail.com>2021-09-13 08:31:08 -0700
commit7cb166f7a0f25397ac1c287a99a4f0316f5f67ad (patch)
tree560c85bb84d01fc7375f2dfa252037abcd845a27 /meta-oe/recipes-devtools/lua/lua_5.3.6.bb
parentd8a921eef3decdd1715bbfbdc1769f0e253b603d (diff)
downloadmeta-openembedded-7cb166f7a0f25397ac1c287a99a4f0316f5f67ad.tar.gz
Remove patch that produces a segfault in the ptest of lua
The patch file CVE-2020-15945.patch does cause a segfault in the lua ptest (db.lua test). According to upstream developers the patch is not correct and causes the segfault. Reproduce: build core-image-minimal with lua and ptest-pkgs on . Run: ptest-runner lua This test passes if the patch is removed. Please also backport to dunfell as well. Signed-off-by: Jan-Simon Moeller <dl9pf@gmx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/lua/lua_5.3.6.bb')
-rw-r--r--meta-oe/recipes-devtools/lua/lua_5.3.6.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/lua/lua_5.3.6.bb b/meta-oe/recipes-devtools/lua/lua_5.3.6.bb
index f830e09259..af3054dcbc 100644
--- a/meta-oe/recipes-devtools/lua/lua_5.3.6.bb
+++ b/meta-oe/recipes-devtools/lua/lua_5.3.6.bb
@@ -8,7 +8,6 @@ SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz;name=tarballsrc \
file://lua.pc.in \
file://0001-Allow-building-lua-without-readline-on-Linux.patch \
file://CVE-2020-15888.patch \
- file://CVE-2020-15945.patch \
file://0001-Fixed-bug-barriers-cannot-be-active-during-sweep.patch \
"