From: Richard Purdie Date: Thu, 9 Dec 2021 06:53:35 +0000 (-0800) Subject: gcc: Add CVE-2021-37322 to the list of CVEs to ignore X-Git-Tag: 2020-04.13-dunfell~8 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=71a6d3c31775c6b2db38e194992e0ffce637c827;p=openembedded-core.git 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. Signed-off-by: Richard Purdie Signed-off-by: Tim Orling Signed-off-by: Steve Sakoman --- 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 = "\ --with-sysroot=/not/exist \ --with-build-sysroot=${STAGING_DIR_TARGET} \ " + +# Is a binutils 2.26 issue, not gcc +CVE_CHECK_WHITELIST += "CVE-2021-37322"