[cairo-commit] src/0001-polygon-intersection-Check-for-invalid-right-edge.patch

Bryce Harrington bryce at kemper.freedesktop.org
Mon May 7 23:51:12 UTC 2018


 src/0001-polygon-intersection-Check-for-invalid-right-edge.patch |   26 ----------
 1 file changed, 26 deletions(-)

New commits:
commit 4b9333acf5878a0665967b0440069a48e572842e
Author: Bryce Harrington <bryce at osg.samsung.com>
Date:   Mon May 7 16:50:42 2018 -0700

    Drop stray patch from prior commit

diff --git a/src/0001-polygon-intersection-Check-for-invalid-right-edge.patch b/src/0001-polygon-intersection-Check-for-invalid-right-edge.patch
deleted file mode 100644
index 74c7d9ce3..000000000
--- a/src/0001-polygon-intersection-Check-for-invalid-right-edge.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From ceb9783179c1002acb61bfb2d5a1801f450c2b37 Mon Sep 17 00:00:00 2001
-From: Bryce Harrington <bryce at osg.samsung.com>
-Date: Wed, 20 Sep 2017 16:05:54 -0700
-Subject: [PATCH cairo] polygon-intersection: Check for invalid right edge
-
-Signed-off-by: Bryce Harrington <bryce at osg.samsung.com>
----
- src/cairo-polygon-intersect.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/cairo-polygon-intersect.c b/src/cairo-polygon-intersect.c
-index 9c1777f..6fab924 100644
---- a/src/cairo-polygon-intersect.c
-+++ b/src/cairo-polygon-intersect.c
-@@ -1166,6 +1166,8 @@ active_edges (cairo_bo_edge_t		*left,
- 	    } while (1);
- 
- 	    right = left->next;
-+	    if (! right)
-+		return;
- 	    do {
- 		if unlikely ((right->deferred.other))
- 		    edges_end (right, top, polygon);
--- 
-2.7.4
-


More information about the cairo-commit mailing list