From 360ac1a3bbbcf1eb7fba6162daa8cfa5fafcb9cd Mon Sep 17 00:00:00 2001 From: Thiruvadi Rajaraman Date: Mon, 4 Sep 2017 14:03:42 +0530 Subject: binutils: CVE-2017-7227 Source: git://sourceware.org/git/binutils-gdb.git MR: 74270 Type: Security Fix Disposition: Backport from binutils-2_28-branch ChangeID: e4e88f56ba13671afb5b3194ca4c1c59601e5fd5 Description: Fix seg-fault in linker when passed a bogus input script. PR ld/20906 * ldlex.l: Check for bogus strings in linker scripts. Affects: <= 2.28 Author: Nick Clifton Signed-off-by: Thiruvadi Rajaraman Reviewed-by: Armin Kuster Signed-off-by: Armin Kuster Signed-off-by: Armin Kuster --- meta/recipes-devtools/binutils/binutils-2.27.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/binutils/binutils-2.27.inc') diff --git a/meta/recipes-devtools/binutils/binutils-2.27.inc b/meta/recipes-devtools/binutils/binutils-2.27.inc index 4833552ca9..54cdcc7bb5 100644 --- a/meta/recipes-devtools/binutils/binutils-2.27.inc +++ b/meta/recipes-devtools/binutils/binutils-2.27.inc @@ -62,6 +62,7 @@ SRC_URI = "\ file://CVE-2017-7223.patch \ file://CVE-2017-7224.patch \ file://CVE-2017-7225.patch \ + file://CVE-2017-7227.patch \ " S = "${WORKDIR}/git" -- cgit 1.2.3-korg