From ae0e01474623969dc193687d59fb5a65ab4d42bc Mon Sep 17 00:00:00 2001 From: Yuanjie Huang Date: Wed, 24 May 2017 02:55:17 -0700 Subject: binutils: fix CVE-2017-6969 in readelf CVE: CVE-2017-6969 [BZ 21156] -- https://sourceware.org/bugzilla/show_bug.cgi?id=21156 PR binutils/21156: Fix illegal memory accesses in readelf when ing a corrupt binary. PR binutils/21156: Fix another memory access error in readelf when parsing a corrupt binary. (From OE-Core rev: de04c9811f7ce5179ba261bd8eae921d7873d6cd) Signed-off-by: Yuanjie Huang Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/binutils/binutils-2.28.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/binutils/binutils-2.28.inc') diff --git a/meta/recipes-devtools/binutils/binutils-2.28.inc b/meta/recipes-devtools/binutils/binutils-2.28.inc index 54925054d7..75eca32b24 100644 --- a/meta/recipes-devtools/binutils/binutils-2.28.inc +++ b/meta/recipes-devtools/binutils/binutils-2.28.inc @@ -39,6 +39,8 @@ SRC_URI = "\ file://CVE-2017-6966.patch \ file://0017-bfd-Improve-lookup-of-file-line-information-for-erro.patch \ file://0018-PR-21409-segfault-in-_bfd_dwarf2_find_nearest_line.patch \ + file://CVE-2017-6969.patch \ + file://CVE-2017-6969_2.patch \ " S = "${WORKDIR}/git" -- cgit 1.2.3-korg