summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-09 00:12:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-15 07:40:30 +0000
commitad4f6f337c2300ef7c83ce565224afe7096e8819 (patch)
tree0a9f8ffe22adf01f292c04d06b61d5a0cd4bea95
parentc25ade5c6412a561b5090853c971d00ac10c6a52 (diff)
downloadpoky-ad4f6f337c2300ef7c83ce565224afe7096e8819.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: 86e9e812f4ec61a4430658b7c06852a32ca8abb1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit fea2726663a3db03170c49fceaffc632c509aeea) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/gcc/gcc-10.2.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-10.2.inc b/meta/recipes-devtools/gcc/gcc-10.2.inc
index 248e002106..5626bf20f0 100644
--- a/meta/recipes-devtools/gcc/gcc-10.2.inc
+++ b/meta/recipes-devtools/gcc/gcc-10.2.inc
@@ -122,3 +122,6 @@ EXTRA_OECONF_PATHS = "\
122 --with-sysroot=/not/exist \ 122 --with-sysroot=/not/exist \
123 --with-build-sysroot=${STAGING_DIR_TARGET} \ 123 --with-build-sysroot=${STAGING_DIR_TARGET} \
124" 124"
125
126# Is a binutils 2.26 issue, not gcc
127CVE_CHECK_WHITELIST += "CVE-2021-37322"