summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp_20180515.bb
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2018-06-12 13:04:14 +0530
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-15 17:56:24 +0100
commit951fa62bab7f65828916e6d7682fbe5f13b03ea6 (patch)
tree34b853790390d9e5d12e36ee9d78cba851a7511b /meta/recipes-extended/ltp/ltp_20180515.bb
parent5b0a32a5a778ebcd01adb8d925f8443b213436dc (diff)
downloadpoky-951fa62bab7f65828916e6d7682fbe5f13b03ea6.tar.gz
ltp: fix CVE-2017-5669 test case
Adding CVE-2017-5669 test fix patch which is accepted upstream in LTP repo. Ref: cve-2017-5669: shmat() for 0 (or <PAGESIZE with RND flag) has to fail with REMAPs https://github.com/linux-test-project/ltp/pull/324 Upstream-Status: Accepted [https://github.com/linux-test-project/ltp/pull/324] (From OE-Core rev: e356cb7e7bfb407c2f3a1bd0f28b5f14beaff882) Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ltp/ltp_20180515.bb')
-rw-r--r--meta/recipes-extended/ltp/ltp_20180515.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20180515.bb b/meta/recipes-extended/ltp/ltp_20180515.bb
index 21ff49830a..8f64d7b64a 100644
--- a/meta/recipes-extended/ltp/ltp_20180515.bb
+++ b/meta/recipes-extended/ltp/ltp_20180515.bb
@@ -48,6 +48,7 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \
48 file://0036-testcases-network-nfsv4-acl-acl1.c-Security-fix-on-s.patch \ 48 file://0036-testcases-network-nfsv4-acl-acl1.c-Security-fix-on-s.patch \
49 file://0039-commands-ar01-Fix-for-test-in-deterministic-mode.patch \ 49 file://0039-commands-ar01-Fix-for-test-in-deterministic-mode.patch \
50 file://0040-read_all-Define-FNM_EXTMATCH-if-not-already-like-und.patch \ 50 file://0040-read_all-Define-FNM_EXTMATCH-if-not-already-like-und.patch \
51 file://0041-cve-2017-5669-shmat-for-0-or-PAGESIZE-with-RND-flag-.patch \
51 " 52 "
52 53
53S = "${WORKDIR}/git" 54S = "${WORKDIR}/git"