diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-07-14 11:43:44 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-18 17:21:39 +0100 |
commit | c11d1b5b8f7b0936214d711a5f555cfc80a458be (patch) | |
tree | 375764e06df780c66433ba70ae99f28f357d4323 | |
parent | 7c45a025ed712860491b1403fcfa8ff43c2bb4e5 (diff) | |
download | poky-c11d1b5b8f7b0936214d711a5f555cfc80a458be.tar.gz |
gcc-14: Mark CVE-2023-4039 as fixed in GCC14+
(From OE-Core rev: 47b838eea7e3684d6b00bb7196313f0bfa519aba)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-14.1.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-14.1.inc b/meta/recipes-devtools/gcc/gcc-14.1.inc index 17a9c51d71..23a03725c4 100644 --- a/meta/recipes-devtools/gcc/gcc-14.1.inc +++ b/meta/recipes-devtools/gcc/gcc-14.1.inc | |||
@@ -110,3 +110,4 @@ EXTRA_OECONF_INITIAL = "\ | |||
110 | " | 110 | " |
111 | 111 | ||
112 | CVE_STATUS[CVE-2021-37322] = "cpe-incorrect: Is a binutils 2.26 issue, not gcc" | 112 | CVE_STATUS[CVE-2021-37322] = "cpe-incorrect: Is a binutils 2.26 issue, not gcc" |
113 | CVE_STATUS[CVE-2023-4039] = "fixed-version: Fixed from version 14.0+" | ||