summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/elfutils_0.148.bb
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2015-03-03 11:03:10 +0100
committerTudor Florea <tudor.florea@enea.com>2015-07-06 20:19:38 +0200
commit7b418aa46a9e550d63e404e3b10dc827f2772c48 (patch)
treebd4914154dc75c9c4459bb5c4df2cea9b3c23b54 /meta/recipes-devtools/elfutils/elfutils_0.148.bb
parentfae5298ce647241f79fa5f8bcba9d4b7caeed1b7 (diff)
downloadpoky-7b418aa46a9e550d63e404e3b10dc827f2772c48.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.148.bb')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.148.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb b/meta/recipes-devtools/elfutils/elfutils_0.148.bb
index e2b8d26aee..69aaf7be3c 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.148.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.148.bb
@@ -34,7 +34,8 @@ SRC_URI += "\
34 file://elfutils-ar-c-fix-num-passed-to-memset.patch \ 34 file://elfutils-ar-c-fix-num-passed-to-memset.patch \
35 file://add-ptest.patch \ 35 file://add-ptest.patch \
36 file://run-ptest \ 36 file://run-ptest \
37 file://avoid_parallel_tests.patch \ 37 file://avoid_parallel_tests.patch \
38 file://elfutils-0.148-CVE-2014-9447.patch \
38" 39"
39# Only apply when building uclibc based target recipe 40# Only apply when building uclibc based target recipe
40SRC_URI_append_libc-uclibc = " file://uclibc-support.patch" 41SRC_URI_append_libc-uclibc = " file://uclibc-support.patch"