1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-20 17:17:04 +00:00

binutils: fix CVE-2017-7209 in readelf

CVE: CVE-2017-7209
[BZ 21135] -- https://sourceware.org/bugzilla/show_bug.cgi?id=21135

PR binutils/21135: Fix invalid read of section contents whilst
processing
a corrupt binary.

(From OE-Core rev: fd7a91e2a6db1fb806c57c137f72efcffbf1f26b)

Signed-off-by: Yuanjie Huang <yuanjie.huang@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Yuanjie Huang
2017-05-31 01:37:58 -07:00
committed by Richard Purdie
parent c7e48934c9
commit 5d6e240db6
2 changed files with 64 additions and 0 deletions
@@ -43,6 +43,7 @@ SRC_URI = "\
file://CVE-2017-6966.patch \
file://CVE-2017-6969.patch \
file://CVE-2017-6969_2.patch \
file://CVE-2017-7209.patch \
"
S = "${WORKDIR}/git"