aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash/bash_4.2.bb
diff options
context:
space:
mode:
authorCatalin Popeanga <Catalin.Popeanga@enea.com>2014-10-09 14:24:29 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2014-10-12 21:29:14 +0100
commit32818a104ae99a5795d91a2960d48d433d542dee (patch)
tree68a44e8113d84ddbb801052e88a3ac5f307b143d /meta/recipes-extended/bash/bash_4.2.bb
parent998cd2c6dd3709ae0d47c845dff227680bda96f5 (diff)
downloadopenembedded-core-32818a104ae99a5795d91a2960d48d433d542dee.tar.gz
bash: Fix for CVE-2014-7186 and CVE-2014-7187
This is a followup patch to incomplete CVE-2014-6271 fix code execution via specially-crafted environment https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7186 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7187 (From OE-Core daisy rev: 153d1125659df9e5c09e35a58bd51be184cb13c1) Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/bash/bash_4.2.bb')
-rw-r--r--meta/recipes-extended/bash/bash_4.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash_4.2.bb b/meta/recipes-extended/bash/bash_4.2.bb
index 515bdc99f0..4ac0673a8c 100644
--- a/meta/recipes-extended/bash/bash_4.2.bb
+++ b/meta/recipes-extended/bash/bash_4.2.bb
@@ -24,6 +24,7 @@ SRC_URI = "${GNU_MIRROR}/bash/${BPN}-${PV}.tar.gz;name=tarball \
file://build-tests.patch \
file://test-output.patch \
file://Fix-for-bash-exported-function-namespace-change.patch;striplevel=0 \
+ file://cve-2014-7186_cve-2014-7187.patch;striplevel=0 \
file://run-ptest \
"