summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-09-21 16:51:25 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-22 12:11:49 +0100
commit6505dd4ec25459c59f8c8b323058063bff81cb26 (patch)
tree6a2a35c8492a1a3483d2009f14a7d46a05c797d1 /meta/recipes-core/glibc
parentd39a1c49b3066534ed7f1a546eaa5524c8ca0bf5 (diff)
downloadpoky-6505dd4ec25459c59f8c8b323058063bff81cb26.tar.gz
glibc: mark a CVE where we have merged the fix
The fix for this CVE has been merged into the 2.36 branch and fixed in oe-core as of 055ce284. (From OE-Core rev: ebb0220bf211ec1318a0a7f6a9ab80cf7775a848) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r--meta/recipes-core/glibc/glibc_2.36.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.36.bb b/meta/recipes-core/glibc/glibc_2.36.bb
index 1cfa8101ef..45bc784b33 100644
--- a/meta/recipes-core/glibc/glibc_2.36.bb
+++ b/meta/recipes-core/glibc/glibc_2.36.bb
@@ -16,6 +16,9 @@ CVE_CHECK_IGNORE += "CVE-2019-1010022 CVE-2019-1010023 CVE-2019-1010024"
16# Potential patch at https://sourceware.org/bugzilla/show_bug.cgi?id=22853 16# Potential patch at https://sourceware.org/bugzilla/show_bug.cgi?id=22853
17CVE_CHECK_IGNORE += "CVE-2019-1010025" 17CVE_CHECK_IGNORE += "CVE-2019-1010025"
18 18
19# This has been integrated into the 2.36 branch as of c399271 so is now fixed
20CVE_CHECK_IGNORE += "CVE-2022-39046"
21
19DEPENDS += "gperf-native bison-native" 22DEPENDS += "gperf-native bison-native"
20 23
21NATIVESDKFIXES ?= "" 24NATIVESDKFIXES ?= ""