From 648731f08a905efa3fa3b91351af5be6b8310631 Mon Sep 17 00:00:00 2001 From: rtlhq Date: Fri, 29 Dec 2023 15:16:53 +0000 Subject: [PATCH] =?UTF-8?q?!4=20CVE-2022-44267=20=E5=AE=89=E5=85=A8?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=9A=E4=BF=AE=E5=A4=8D=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E4=B8=8D=E6=81=B0=E5=BD=93=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20Merge=20pull=20request=20!4=20from=20haochiyu/openkylin/yang?= =?UTF-8?q?tze?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/patches/0051-4-CVE-2022-44267.patch | 24 ++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 25 insertions(+) create mode 100644 debian/patches/0051-4-CVE-2022-44267.patch diff --git a/debian/patches/0051-4-CVE-2022-44267.patch b/debian/patches/0051-4-CVE-2022-44267.patch new file mode 100644 index 0000000..d0b99c2 --- /dev/null +++ b/debian/patches/0051-4-CVE-2022-44267.patch @@ -0,0 +1,24 @@ +From: rtlhq +Date: Fri, 29 Dec 2023 15:16:53 +0000 +Subject: =?utf-8?b?ITQgQ1ZFLTIwMjItNDQyNjcg5a6J5YWo5pu05paw77ya5L+u5aSN5pWw?= + =?utf-8?b?5o2u6aqM6K+B5LiN5oGw5b2T6Zeu6aKYIE1lcmdlIHB1bGwgcmVxdWVzdCAhNCBm?= + =?utf-8?b?cm9tIGhhb2NoaXl1L29wZW5reWxpbi95YW5ndHpl?= + +--- + coders/png.c | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/coders/png.c b/coders/png.c +index d4241c7..94280eb 100644 +--- a/coders/png.c ++++ b/coders/png.c +@@ -40,6 +40,9 @@ + + /* + Include declarations. ++*/ ++/* ++ + */ + #include "magick/studio.h" + #include "magick/artifact.h" diff --git a/debian/patches/series b/debian/patches/series index ae7a5aa..8a07594 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -48,3 +48,4 @@ CVE-2023-34151-prepatch-2.patch CVE-2023-34151.patch CVE-2023-3428.patch 0050-2-CVE-2022-44268-possible-arbitrary-file-leak.patch +0051-4-CVE-2022-44267.patch