aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash/bash_4.3.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2014-09-26 13:21:19 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-29 12:15:51 +0100
commite358d20e8ccf1299e8a046e743a31e92546cd239 (patch)
tree6c46485170e571878e852c87d79e3cef3d0f7e11 /meta/recipes-extended/bash/bash_4.3.bb
parenteb41d5d4eaee1c810f8e418704c110c2005d0197 (diff)
downloadopenembedded-core-e358d20e8ccf1299e8a046e743a31e92546cd239.tar.gz
bash: Fix CVE-2014-7169
This is a followup patch to incomplete CVE-2014-6271 fix code execution via specially-crafted environment Change-Id: Ibb0a587ee6e09b8174e92d005356e822ad40d4ed Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/bash/bash_4.3.bb')
-rw-r--r--meta/recipes-extended/bash/bash_4.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash_4.3.bb b/meta/recipes-extended/bash/bash_4.3.bb
index febaf338fa..69ddeccd35 100644
--- a/meta/recipes-extended/bash/bash_4.3.bb
+++ b/meta/recipes-extended/bash/bash_4.3.bb
@@ -10,6 +10,7 @@ SRC_URI = "${GNU_MIRROR}/bash/${BPN}-${PV}.tar.gz;name=tarball \
file://build-tests.patch \
file://test-output.patch \
file://cve-2014-6271.patch;striplevel=0 \
+ file://cve-2014-7169.patch \
file://run-ptest \
"