aboutsummaryrefslogtreecommitdiffstats
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
committerArmin Kuster <akuster@mvista.com>2017-11-23 17:40:49 -0800
commit903ac6a82bf4b216d86b5a8a22e27989420c9ad1 (patch)
tree3c54bb15966415f97e9e4f1a424eec16eaf98369 /meta/recipes-devtools/binutils/binutils-2.27.inc
parentce8a36aea9d084a57871a91787f8b9e0225914f6 (diff)
downloadopenembedded-core-contrib-903ac6a82bf4b216d86b5a8a22e27989420c9ad1.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> 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 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 = "\
file://CVE-2017-9755_2.patch \
file://CVE-2017-9756.patch \
file://CVE-2017-9745.patch \
+ file://CVE-2017-9954.patch \
"
S = "${WORKDIR}/git"