From 89ee12ce6c850256d87ee377a924808f5c8e5783 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 23 Dec 2024 05:54:02 +0000 Subject: automatic import of poppler --- backport-CVE-2024-56378.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backport-CVE-2024-56378.patch b/backport-CVE-2024-56378.patch index 2a4b358..eee9eaa 100644 --- a/backport-CVE-2024-56378.patch +++ b/backport-CVE-2024-56378.patch @@ -29,7 +29,7 @@ index f482a123f..b2f96e149 100644 + if (unlikely(checkedAdd(y, yy, &yyy))) { + continue; + } -+ if (unlikely((yyy >= h) || (yyy < 0))) { ++ if (unlikely((yyy >= h) || (yyy < 0))) continue; // one byte per line -- need to mask both left and right side -- cgit v1.2.3