mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
d8a921eef3
commit
7cb166f7a0
@@ -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 \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user