summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2022-01-31 07:15:20 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-10 13:25:48 +0000
commitbce56ecf96c7fc1f851f2931437c8bb0932918d6 (patch)
tree8b0d232dd9bc96c370efad576ab9020052849b62 /meta
parent85dd9e10bd16be17720a898fd3110f2fb5f659e5 (diff)
downloadpoky-bce56ecf96c7fc1f851f2931437c8bb0932918d6.tar.gz
expat: add missing Upstream-status, CVE tag and sign-off to CVE-2021-46143.patch
(From OE-Core rev: a32cee6c9e1ff53e424b8386c36555e6cf3bf3af) Signed-off-by: Steve Sakoman <steve@sakoman.com> (cherry picked from commit 7e33aa25acc0c29b8f5e78757c6557e614eb1434) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/expat/expat/CVE-2021-46143.patch6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-core/expat/expat/CVE-2021-46143.patch b/meta/recipes-core/expat/expat/CVE-2021-46143.patch
index d6bafba0ff..b1a726d9a8 100644
--- a/meta/recipes-core/expat/expat/CVE-2021-46143.patch
+++ b/meta/recipes-core/expat/expat/CVE-2021-46143.patch
@@ -4,6 +4,12 @@ Date: Sat, 25 Dec 2021 20:52:08 +0100
4Subject: [PATCH] lib: Prevent integer overflow on m_groupSize in function 4Subject: [PATCH] lib: Prevent integer overflow on m_groupSize in function
5 doProlog (CVE-2021-46143) 5 doProlog (CVE-2021-46143)
6 6
7Upstream-Status: Backport:
8https://github.com/libexpat/libexpat/pull/538/commits/85ae9a2d7d0e9358f356b33977b842df8ebaec2b
9
10CVE: CVE-2021-46143
11
12Signed-off-by: Steve Sakoman <steve@sakoman.com>
7--- 13---
8 expat/lib/xmlparse.c | 15 +++++++++++++++ 14 expat/lib/xmlparse.c | 15 +++++++++++++++
9 1 file changed, 15 insertions(+) 15 1 file changed, 15 insertions(+)