summaryrefslogtreecommitdiffstats
path: root/mesa-6.5.2-bindcontext-paranoia.patch
blob: 9ea40dbfd26a9e97c6cf099dc24d0fcad079f78a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- Mesa-6.5.2/src/mesa/drivers/dri/common/dri_util.c.jx	2006-12-02 13:14:16.000000000 -0500
+++ Mesa-6.5.2/src/mesa/drivers/dri/common/dri_util.c	2007-04-04 12:41:08.000000000 -0400
@@ -271,6 +271,8 @@
     __DRIdrawablePrivate *prp;
     __DRIcontextPrivate * const pcp = ctx->private;
 
+    if (!pcp)
+	return GL_FALSE;
 
     /* Find the _DRIdrawable which corresponds to the writing drawable. */
     pdraw = __driFindDrawable(psp->drawHash, draw);