From 5b9539449dec1b053a55103f552a2e51598f5ce6 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Thu, 18 Mar 2021 04:05:06 +0100 Subject: Mask patch causing crash in lua 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 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 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-agl-bsp/openembedded-layer/recipes-devtools/lua/lua_%.bbappend 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 index 000000000..e77d79213 --- /dev/null +++ b/meta-agl-bsp/openembedded-layer/recipes-devtools/lua/lua_%.bbappend @@ -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" -- cgit 1.2.3-korg