summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp_20190517.bb
diff options
context:
space:
mode:
authorHe Zhe <zhe.he@windriver.com>2019-09-30 10:38:01 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-02 10:09:28 +0100
commit3bde502f612f17b6ed928b04cf5c4ba9ad54d598 (patch)
treefd1c2f7ce831579fcaec2d066053987b49b032a1 /meta/recipes-extended/ltp/ltp_20190517.bb
parent6792307a41c71786841f8fa6224af81be201688e (diff)
downloadopenembedded-core-contrib-3bde502f612f17b6ed928b04cf5c4ba9ad54d598.tar.gz
ltp: Fix hang of cve test cases
Backport a patch to the fix possible hang caused by the case of CVE-2017-17052. CVE: CVE-2017-17052 Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/ltp/ltp_20190517.bb')
-rw-r--r--meta/recipes-extended/ltp/ltp_20190517.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20190517.bb b/meta/recipes-extended/ltp/ltp_20190517.bb
index e9a588f496..4650715607 100644
--- a/meta/recipes-extended/ltp/ltp_20190517.bb
+++ b/meta/recipes-extended/ltp/ltp_20190517.bb
@@ -48,6 +48,7 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \
file://0001-cve-meltdown.c-Fix-kernel-symbol-finding.patch \
file://0001-testcases-use-python3-everywhere-to-run-python-scrip.patch \
file://0001-syscall-rt_sigtimedwait01-Fix-wrong-sigset-length-fo.patch \
+ file://0001-cve-2017-17052-Avoid-unsafe-exits-in-threads.patch \
"
S = "${WORKDIR}/git"