Blame SOURCES/tigervnc-setcursor-crash.patch

136d7b
diff -up tigervnc-1.2.80-20130314svn5065/unix/xserver/hw/vnc/XserverDesktop.cc.jx tigervnc-1.2.80-20130314svn5065/unix/xserver/hw/vnc/XserverDesktop.cc
136d7b
--- tigervnc-1.2.80-20130314svn5065/unix/xserver/hw/vnc/XserverDesktop.cc.jx	2012-08-27 09:02:47.000000000 -0400
136d7b
+++ tigervnc-1.2.80-20130314svn5065/unix/xserver/hw/vnc/XserverDesktop.cc	2013-06-17 09:42:14.310725996 -0400
136d7b
@@ -479,6 +479,9 @@ void XserverDesktop::setCursor(CursorPtr
136d7b
       }
136d7b
     } else {
136d7b
 #endif
136d7b
+      if (!cmap)
136d7b
+	return;
136d7b
+
136d7b
       xColorItem fg, bg;
136d7b
       fg.red   = cursor->foreRed;
136d7b
       fg.green = cursor->foreGreen;