aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils-2.27.inc
diff options
context:
space:
mode:
authorThiruvadi Rajaraman <trajaraman@mvista.com>2017-09-04 18:26:31 +0530
committerArmin Kuster <akuster@mvista.com>2017-11-23 17:40:47 -0800
commit7b18a09b13e9b3add2757eb15b1c36f5ea320ebb (patch)
tree136a556d99afe56ee5e0921029914b3851d09933 /meta/recipes-devtools/binutils/binutils-2.27.inc
parentbe5c196b036de1cbfe15b63e2ca998eb1e08d9c2 (diff)
downloadopenembedded-core-contrib-7b18a09b13e9b3add2757eb15b1c36f5ea320ebb.tar.gz
binutils: CVE-2017-8393
Source: git://sourceware.org/git/binutils-gdb.git MR: 74179 Type: Security Fix Disposition: Backport from binutils-2_29 ChangeID: 976156cd25454143883090ca42010c38c6d6af0f Description: PR 21412, get_reloc_section assumes .rel/.rela name for SHT_REL/RELA. This patch fixes an assumption made by code that runs for objcopy and strip, that SHT_REL/SHR_RELA sections are always named starting with a .rel/.rela prefix. I'm also modifying the interface for elf_backend_get_reloc_section, so any backend function just needs to handle name mapping. Affects: <= 2.29 Author: Alan Modra <amodra@gmail.com> Signed-off-by: Thiruvadi Rajaraman <trajaraman@mvista.com> Reviewed-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.27.inc')
-rw-r--r--meta/recipes-devtools/binutils/binutils-2.27.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.27.inc b/meta/recipes-devtools/binutils/binutils-2.27.inc
index d1ad198c57..447de53946 100644
--- a/meta/recipes-devtools/binutils/binutils-2.27.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.27.inc
@@ -67,6 +67,7 @@ SRC_URI = "\
file://CVE-2017-7302.patch \
file://CVE-2017-7303.patch \
file://CVE-2017-7304.patch \
+ file://CVE-2017-8393.patch \
"
S = "${WORKDIR}/git"