diff options
-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 |