diff options
author | akuster <akuster808@gmail.com> | 2020-07-19 13:49:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-22 22:46:38 +0100 |
commit | c9ecbbc87a1f401ab040fde735a20ff05cb7bcd4 (patch) | |
tree | 4bd9b918dfd66a717fb7fffcc9a7728343774d07 | |
parent | 85a5124b88504421aee686b185c7374dbe478d58 (diff) | |
download | poky-c9ecbbc87a1f401ab040fde735a20ff05cb7bcd4.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: e8de5271aeebd151b3fbe47d47a1c5f6969320e7)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 213ac2d345ec6d4ef0daf7a7d8237038a914c491)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 2032311b27..a7ffc8993e 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 ?= "" |