Mask patch causing crash in lua 83/26183/3
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 18 Mar 2021 03:05:06 +0000 (04:05 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 18 Mar 2021 12:06:56 +0000 (12:06 +0000)
The patch  CVE-2020-15945.patch applied by meta-oe does
crash the lua ptest in  db.lua  (segfault).
Mask the patch until a solution is found upstream.

Bug-AGL: SPEC-3828
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I27eeea4a47b653fe13b9f949b3d792602a3c6e1a
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26183
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account

meta-agl-bsp/openembedded-layer/recipes-devtools/lua/lua_%.bbappend [new file with mode: 0644]

diff --git a/meta-agl-bsp/openembedded-layer/recipes-devtools/lua/lua_%.bbappend b/meta-agl-bsp/openembedded-layer/recipes-devtools/lua/lua_%.bbappend
new file mode 100644 (file)
index 0000000..e77d792
--- /dev/null
@@ -0,0 +1,4 @@
+# this causes a crash in the selftest db.lua !
+# Bug-AGL: SPEC-3828
+# Upstream status: pending
+SRC_URI_remove = "file://CVE-2020-15945.patch"