summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils-2.27.inc
diff options
context:
space:
mode:
authorThiruvadi Rajaraman <trajaraman@mvista.com>2017-09-21 19:42:19 +0530
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-07 17:10:09 +0000
commitab884ff9a788aa9f1f844407e4cb1dac419447e5 (patch)
tree9a7ba285def2428a1b46e5237e5820eec4bb91d0 /meta/recipes-devtools/binutils/binutils-2.27.inc
parent525986d6c631d179956e1caaedacc1e40768883a (diff)
downloadpoky-ab884ff9a788aa9f1f844407e4cb1dac419447e5.tar.gz
binutils: CVE-2017-9954
Source: binutils-gdb.git MR: 73906 Type: Security Fix Disposition: Backport from binutils-2_29 ChangeID: 13858130a02bbe84744fd33ecbf2bbbd2360c09c Description: Fix address violation parsing a corrupt texhex format file. PR binutils/21670 * tekhex.c (getvalue): Check for the source pointer exceeding the end pointer before the first byte is read. Affects: <= 2.28 Author: Nick Clifton <nickc@redhat.com> (From OE-Core rev: 162fce9416dcde1a0b7edfbf772fa6e6e18c46a4) 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> 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 f51ca4e897..fdc1252c23 100644
--- a/meta/recipes-devtools/binutils/binutils-2.27.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.27.inc
@@ -90,6 +90,7 @@ SRC_URI = "\
90 file://CVE-2017-9755_2.patch \ 90 file://CVE-2017-9755_2.patch \
91 file://CVE-2017-9756.patch \ 91 file://CVE-2017-9756.patch \
92 file://CVE-2017-9745.patch \ 92 file://CVE-2017-9745.patch \
93 file://CVE-2017-9954.patch \
93" 94"
94S = "${WORKDIR}/git" 95S = "${WORKDIR}/git"
95 96