diff options
author | akuster <akuster808@gmail.com> | 2020-07-19 13:49:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-21 17:00:14 +0100 |
commit | 080ce75c7b3d19de2096c9791ce44a77a0b26331 (patch) | |
tree | 0c0b53b6fec091f484fbd48e983f25086121411f /meta | |
parent | acce65abb98529be15748892480d4c24396556f2 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-core/glibc/glibc_2.31.bb | 2 |
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 @@ | |||
1 | require glibc.inc | 1 | require glibc.inc |
2 | require glibc-version.inc | 2 | require glibc-version.inc |
3 | 3 | ||
4 | CVE_CHECK_WHITELIST += "CVE-2020-10029" | ||
5 | |||
4 | DEPENDS += "gperf-native bison-native make-native" | 6 | DEPENDS += "gperf-native bison-native make-native" |
5 | 7 | ||
6 | NATIVESDKFIXES ?= "" | 8 | NATIVESDKFIXES ?= "" |