]> code.ossystems Code Review - openembedded-core.git/commit
binutils: CVE-2017-14729
authorThiruvadi Rajaraman <trajaraman@mvista.com>
Wed, 8 Nov 2017 07:08:06 +0000 (12:38 +0530)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 7 Jan 2018 17:09:48 +0000 (17:09 +0000)
commit51fc4c8d86bc7c567794305bcc08e5054e9e204a
tree258e0559013f75ece16d07ae88ed35cc23a0e776
parenta36978f0dd372ec836f63942f965652ca3716e3f
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
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>
meta/recipes-devtools/binutils/binutils-2.27.inc
meta/recipes-devtools/binutils/binutils/CVE-2017-14729.patch [new file with mode: 0644]