summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils-2.27.inc
diff options
context:
space:
mode:
authorManjunath S Matti <mmatti@mvista.com>2017-09-13 16:02:32 +0530
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-07 17:10:08 +0000
commit2dcc1db01dc617fef7008c9c3529d2d784adbfc2 (patch)
tree58b16c7fa99b23ac4192d5f07eca537a4b709b79 /meta/recipes-devtools/binutils/binutils-2.27.inc
parentf98a25139e0cbe27b2ec99e8aea1e392d3a22255 (diff)
downloadpoky-2dcc1db01dc617fef7008c9c3529d2d784adbfc2.tar.gz
Fix seg-fault in the linker when examining a corrupt binary.
Source: https://sourceware.org/ MR: 74244 Type: Security Fix Disposition: Backport from https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=531336e3a0b79ed60cfc36ad2d6579b6a71175da ChangeID: 69cc8699fcb0655f3a48778e514552dfaea7229c Description: Fix seg-fault in the linker when examining a corrupt binary. PR ld/20909 * aoutx.h (aout_link_add_symbols): Fix off-by-one error in check for an illegal string offset. CVE: CVE-2017-7300 Affects: < 2.27-r0.9.1 Author: Nick Clifton <nickc@redhat.com> (From OE-Core rev: c1b259c5fef13e1ecff9a68d82cde49c777ffa4d) Signed-off-by: Manjunath S Matti <mmatti@mvista.com> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 a5122c5d5c..23aac6bd5e 100644
--- a/meta/recipes-devtools/binutils/binutils-2.27.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.27.inc
@@ -70,6 +70,7 @@ SRC_URI = "\
70 file://CVE-2017-8393.patch \ 70 file://CVE-2017-8393.patch \
71 file://CVE-2017-8395.patch \ 71 file://CVE-2017-8395.patch \
72 file://CVE-2017-8397.patch \ 72 file://CVE-2017-8397.patch \
73 file://CVE-2017-7300.patch \
73" 74"
74S = "${WORKDIR}/git" 75S = "${WORKDIR}/git"
75 76