Blame SOURCES/ghostscript-cve-2020-16293.patch

6fb37a
diff --git a/base/gxblend.c b/base/gxblend.c
6fb37a
index 7c3d55b..55215d6 100644
6fb37a
--- a/base/gxblend.c
6fb37a
+++ b/base/gxblend.c
6fb37a
@@ -2174,7 +2174,7 @@ pdf14_compose_group(pdf14_buf *tos, pdf14_buf *nos, pdf14_buf *maskbuf,
6fb37a
              overprint == 0) {
6fb37a
              /* Additive vs Subtractive makes no difference in normal blend mode with no spots */
6fb37a
         if (tos_isolated) {
6fb37a
-            if (has_mask || maskbuf) {/* 7% */
6fb37a
+            if (has_mask && maskbuf) {/* 7% */
6fb37a
                 /* AirPrint test case hits this */
6fb37a
                 if (maskbuf && maskbuf->rect.p.x <= x0 && maskbuf->rect.p.y <= y0 &&
6fb37a
                     maskbuf->rect.q.x >= x1 && maskbuf->rect.q.y >= y1)