summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorakuster <akuster808@gmail.com>2020-07-19 13:49:23 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-07-21 17:00:14 +0100
commit080ce75c7b3d19de2096c9791ce44a77a0b26331 (patch)
tree0c0b53b6fec091f484fbd48e983f25086121411f /meta/recipes-core
parentacce65abb98529be15748892480d4c24396556f2 (diff)
downloadpoky-080ce75c7b3d19de2096c9791ce44a77a0b26331.tar.gz
glibc: whitelist CVE-2010-10029
The update via Commit https://git.openembedded.org/openembedded-core/commit/meta/recipes-core/glibc?id=2c7e0e0bf32eb1ed0b7d8acddb16c0d1e93f2aa1 should have added the whitelist for this CVE removed (From OE-Core rev: 213ac2d345ec6d4ef0daf7a7d8237038a914c491) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/glibc/glibc_2.31.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.31.bb b/meta/recipes-core/glibc/glibc_2.31.bb
index 61679e2c1c..9b2cf1bdeb 100644
--- a/meta/recipes-core/glibc/glibc_2.31.bb
+++ b/meta/recipes-core/glibc/glibc_2.31.bb
@@ -1,6 +1,8 @@
1require glibc.inc 1require glibc.inc
2require glibc-version.inc 2require glibc-version.inc
3 3
4CVE_CHECK_WHITELIST += "CVE-2020-10029"
5
4DEPENDS += "gperf-native bison-native make-native" 6DEPENDS += "gperf-native bison-native make-native"
5 7
6NATIVESDKFIXES ?= "" 8NATIVESDKFIXES ?= ""