winsys/radeon: allow a NULL cs pointer in radeon_bo_map to fix a segfault
authorMarek Olšák <maraeo@gmail.com>
Fri, 12 Jul 2013 22:19:55 +0000 (00:19 +0200)
committerMarek Olšák <maraeo@gmail.com>
Sat, 13 Jul 2013 00:38:23 +0000 (02:38 +0200)
commit06b38dbab287026625de302e80e9806db206c43e
tree12697d1124e1ddf43d9e4b3c1ecfb2493e98c10a
parent8d4ac9854969dfd6f8f39dbd6adeb3c8cfd60092
winsys/radeon: allow a NULL cs pointer in radeon_bo_map to fix a segfault

The original idea was that cs=NULL should be allowed here, but we never used
NULL until 862f69fbe1e54e0e9a3c439450a14f. This fixes a segfault in CoreBreach.
src/gallium/winsys/radeon/drm/radeon_drm_bo.c