summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils-2.27.inc
diff options
context:
space:
mode:
authorThiruvadi Rajaraman <trajaraman@mvista.com>2017-11-08 12:38:06 +0530
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-07 17:10:09 +0000
commit05281ec4a64e22b2c8fcaa153e0f03464800092c (patch)
tree8270ab6dcf0ced91d3c14e422822c64ecf12fec2 /meta/recipes-devtools/binutils/binutils-2.27.inc
parente7f53f5fe5f5977c2f5fe206052e8c6d0b3bd1a2 (diff)
downloadpoky-05281ec4a64e22b2c8fcaa153e0f03464800092c.tar.gz
binutils: CVE-2017-14729
Source: binutils-gdb.git MR: 76278 Type: Security Fix Disposition: Backport from binutils-2_29 ChangeID: 05de8bcd22d8d0b54badcd3826cd370b3aed81de Description: x86: Guard against corrupted PLT There should be only one entry in PLT for a given symbol. Set howto to NULL after processing a PLT entry to guard against corrupted PLT so that the duplicated PLT entries are skipped. PR binutils/22170 Affects: <= 2.29 (From OE-Core rev: 51fc4c8d86bc7c567794305bcc08e5054e9e204a) 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 b38a9583cf..b1669a4ef0 100644
--- a/meta/recipes-devtools/binutils/binutils-2.27.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.27.inc
@@ -100,6 +100,7 @@ SRC_URI = "\
100 file://CVE-2017-9955_7.patch \ 100 file://CVE-2017-9955_7.patch \
101 file://CVE-2017-9955_8.patch \ 101 file://CVE-2017-9955_8.patch \
102 file://CVE-2017-9955_9.patch \ 102 file://CVE-2017-9955_9.patch \
103 file://CVE-2017-14729.patch \
103" 104"
104S = "${WORKDIR}/git" 105S = "${WORKDIR}/git"
105 106