diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-09 00:12:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-09 10:33:25 +0000 |
commit | eea1eeb4ec0dbffd13f4c4694eb9378b552860d0 (patch) | |
tree | 427f842853c1d8de9b81e1f61e71e1e3cba82220 /meta/recipes-devtools | |
parent | 67664c51c7fb24f3404557c3d7c8de03ee438460 (diff) | |
download | poky-eea1eeb4ec0dbffd13f4c4694eb9378b552860d0.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: fea2726663a3db03170c49fceaffc632c509aeea)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-11.2.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-11.2.inc b/meta/recipes-devtools/gcc/gcc-11.2.inc index 4c18396a15..c1293229b6 100644 --- a/meta/recipes-devtools/gcc/gcc-11.2.inc +++ b/meta/recipes-devtools/gcc/gcc-11.2.inc | |||
@@ -112,3 +112,6 @@ EXTRA_OECONF_PATHS = "\ | |||
112 | --with-sysroot=/not/exist \ | 112 | --with-sysroot=/not/exist \ |
113 | --with-build-sysroot=${STAGING_DIR_TARGET} \ | 113 | --with-build-sysroot=${STAGING_DIR_TARGET} \ |
114 | " | 114 | " |
115 | |||
116 | # Is a binutils 2.26 issue, not gcc | ||
117 | CVE_CHECK_WHITELIST += "CVE-2021-37322" | ||