]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc: Add CVE-2021-37322 to the list of CVEs to ignore
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Dec 2021 00:12:12 +0000 (00:12 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Dec 2021 10:33:21 +0000 (10:33 +0000)
The CVE applies to binutils 2.26 and not to gcc so ignore there.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-11.2.inc

index 4c18396a15fe567c97fed7b27f64db7187013483..c1293229b69811a6bde2fd30cbc13d734991b1b5 100644 (file)
@@ -112,3 +112,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"