summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-9.2.inc
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2019-09-18 08:06:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-19 10:54:32 +0100
commit9a6cfc0fee87519e835afa74a94f349b744c39a3 (patch)
tree32f916724825bd8b71d7d8d2eac7c88f7ca3c237 /meta/recipes-devtools/gcc/gcc-9.2.inc
parente5829f359483f3396872bb6755cc80a6fba86ea8 (diff)
downloadpoky-9a6cfc0fee87519e835afa74a94f349b744c39a3.tar.gz
gcc: Security fix for CVE-2019-15847
Affects <= 9.2.0 Dropped Changelog changes. (From OE-Core rev: 4d56cf8743270c1998e8cb1524881a36de982c39) Signed-off-by: Armin Kuster <akuster@mvista.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.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-9.2.inc b/meta/recipes-devtools/gcc/gcc-9.2.inc
index 01d3bf0f32..c6395998d5 100644
--- a/meta/recipes-devtools/gcc/gcc-9.2.inc
+++ b/meta/recipes-devtools/gcc/gcc-9.2.inc
@@ -65,6 +65,9 @@ SRC_URI = "\
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 file://CVE-2019-14250.patch \
68 file://CVE-2019-15847_1.patch \
69 file://CVE-2019-15847_2.patch \
70 file://CVE-2019-15847_3.patch \
68" 71"
69S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}" 72S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}"
70SRC_URI[md5sum] = "3818ad8600447f05349098232c2ddc78" 73SRC_URI[md5sum] = "3818ad8600447f05349098232c2ddc78"