diff options
author | CoprDistGit <infra@openeuler.org> | 2024-12-23 05:54:02 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-12-23 05:54:02 +0000 |
commit | 89ee12ce6c850256d87ee377a924808f5c8e5783 (patch) | |
tree | d8e723756260d3d4f819e53d371a47cb669b6ef2 /backport-CVE-2024-56378.patch | |
parent | 90c29fe56a500617a12382e3adbca9678e081dca (diff) |
automatic import of poppler
Diffstat (limited to 'backport-CVE-2024-56378.patch')
-rw-r--r-- | backport-CVE-2024-56378.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 |