aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils-2.27.inc
diff options
context:
space:
mode:
authorThiruvadi Rajaraman <trajaraman@mvista.com>2017-08-23 14:06:58 +0530
committerArmin Kuster <akuster@mvista.com>2017-11-23 17:40:45 -0800
commitd42571ed3857d31a9ac0b4e1a57ba6d4c91d6d7b (patch)
tree9b3c462e470ba7aab2ae50c30c0e8592fdc0813f /meta/recipes-devtools/binutils/binutils-2.27.inc
parentc9c4b0a47518b062f14b7fd7b8221a1ddf93eee7 (diff)
downloadopenembedded-core-contrib-d42571ed3857d31a9ac0b4e1a57ba6d4c91d6d7b.tar.gz
binutils: CVE-2017-7226
Source: git://sourceware.org/git/binutils-gdb.git MR: 74283 Type: Security Fix Disposition: Backport from binutils_v2_28 ChangeID: 82097a4b98d3d576e1b1bfb7ac9ae17fd153c909 Description: Use strnlen to avoid running over the end of the string buffer. Affects: <= 2.28 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 3f8a5fe19c..3c29f660cd 100644
--- a/meta/recipes-devtools/binutils/binutils-2.27.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.27.inc
@@ -52,6 +52,7 @@ SRC_URI = "\
file://CVE-2017-9040_and_9042.patch \
file://CVE-2017-9041_1.patch \
file://CVE-2017-9041_2.patch \
+ file://CVE-2017-7226.patch \
"
S = "${WORKDIR}/git"