summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/elfutils_0.155.bb
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2015-03-03 12:33:30 +0100
committerTudor Florea <tudor.florea@enea.com>2015-07-06 20:19:38 +0200
commit8364d34ae4a1ee0c7645bf0c338ebc297a1f6bdd (patch)
tree17cdeb0bd1983e13b931e075f0fa738b093dda20 /meta/recipes-devtools/elfutils/elfutils_0.155.bb
parent7b418aa46a9e550d63e404e3b10dc827f2772c48 (diff)
downloadpoky-8364d34ae4a1ee0c7645bf0c338ebc297a1f6bdd.tar.gz
elfutils: CVE-2014-9447
directory traversal in read_long_names() Reference https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9447 Upstream commit with the analysis: https://git.fedorahosted.org/cgit/elfutils.git/commit/?id=147018e729e7c22eeabf15b82d26e4bf68a0d18e Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
Diffstat (limited to 'meta/recipes-devtools/elfutils/elfutils_0.155.bb')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.155.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.155.bb b/meta/recipes-devtools/elfutils/elfutils_0.155.bb
index b1f410c0f6..edb4919e1a 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.155.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.155.bb
@@ -23,6 +23,7 @@ SRC_URI += "\
23 file://nm-Fix-size-passed-to-snprintf-for-invalid-sh_name-case.patch \ 23 file://nm-Fix-size-passed-to-snprintf-for-invalid-sh_name-case.patch \
24 file://elfutils-ar-c-fix-num-passed-to-memset.patch \ 24 file://elfutils-ar-c-fix-num-passed-to-memset.patch \
25 file://fix-build-gcc-4.8.patch \ 25 file://fix-build-gcc-4.8.patch \
26 file://CVE-2014-9447.patch \
26" 27"
27# Only apply when building uclibc based target recipe 28# Only apply when building uclibc based target recipe
28SRC_URI_append_libc-uclibc = " file://uclibc-support.patch" 29SRC_URI_append_libc-uclibc = " file://uclibc-support.patch"