summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-08 22:53:35 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-14 22:49:22 +0000
commit22767ef3986a7ac90e7c566ed38044d298a20895 (patch)
tree33cec22225d464170224759f7580c0fae79509a1 /meta
parentec21b227cdd2508717f7c9d50b7fd6046a7fc1b0 (diff)
downloadpoky-22767ef3986a7ac90e7c566ed38044d298a20895.tar.gz
gcc: Add CVE-2021-37322 to the list of CVEs to ignore
The CVE applies to binutils 2.26 and not to gcc so ignore there. (From OE-Core rev: 71a6d3c31775c6b2db38e194992e0ffce637c827) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/gcc/gcc-9.3.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-9.3.inc b/meta/recipes-devtools/gcc/gcc-9.3.inc
index 235576e627..c171f673e9 100644
--- a/meta/recipes-devtools/gcc/gcc-9.3.inc
+++ b/meta/recipes-devtools/gcc/gcc-9.3.inc
@@ -124,3 +124,6 @@ EXTRA_OECONF_PATHS = "\
124 --with-sysroot=/not/exist \ 124 --with-sysroot=/not/exist \
125 --with-build-sysroot=${STAGING_DIR_TARGET} \ 125 --with-build-sysroot=${STAGING_DIR_TARGET} \
126" 126"
127
128# Is a binutils 2.26 issue, not gcc
129CVE_CHECK_WHITELIST += "CVE-2021-37322"