diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-08-31 14:15:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-03 09:55:50 +0100 |
commit | b8ce258f15d793a29dd19d81a662e2ecefd8d202 (patch) | |
tree | 33b3477943674ef793cc5affa1df8e46630ace29 /meta/recipes-devtools/gcc/gcc-9.2.inc | |
parent | 6b3e91fe1a854c84d698e00f306f3ed8de56b1da (diff) | |
download | poky-b8ce258f15d793a29dd19d81a662e2ecefd8d202.tar.gz |
gcc-9.2: Security fix for CVE-2019-14250
Affects: <= 9.2
(From OE-Core rev: af761de211ecdcb358c6412f9e7e3398b7525cf2)
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/gcc/gcc-9.2.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-9.2.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-9.2.inc b/meta/recipes-devtools/gcc/gcc-9.2.inc index 1c3e200dab..01d3bf0f32 100644 --- a/meta/recipes-devtools/gcc/gcc-9.2.inc +++ b/meta/recipes-devtools/gcc/gcc-9.2.inc | |||
@@ -64,6 +64,7 @@ SRC_URI = "\ | |||
64 | file://0034-fix-segmentation-fault-in-precompiled-header-generat.patch \ | 64 | file://0034-fix-segmentation-fault-in-precompiled-header-generat.patch \ |
65 | file://0035-Fix-for-testsuite-failure.patch \ | 65 | file://0035-Fix-for-testsuite-failure.patch \ |
66 | file://0036-Re-introduce-spe-commandline-options.patch \ | 66 | file://0036-Re-introduce-spe-commandline-options.patch \ |
67 | file://CVE-2019-14250.patch \ | ||
67 | " | 68 | " |
68 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}" | 69 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}" |
69 | SRC_URI[md5sum] = "3818ad8600447f05349098232c2ddc78" | 70 | SRC_URI[md5sum] = "3818ad8600447f05349098232c2ddc78" |