Bug#629611: [PATCH] Fix ShmPutImage for XYBitmap

2011-11-05 Thread pacman
Julien Cristau writes: > > We can't call CopyArea in that case because the image has depth 1, which > might not match the target drawable, so we might overrun the shm > segment. Commit 11817a881cb93a89788105d1e575a468f2a8d27c apparently > fixed a similar bug for XYPixmap, but missed the bitmap ca

Bug#629611: [PATCH] Fix ShmPutImage for XYBitmap

2011-11-05 Thread Julien Cristau
We can't call CopyArea in that case because the image has depth 1, which might not match the target drawable, so we might overrun the shm segment. Commit 11817a881cb93a89788105d1e575a468f2a8d27c apparently fixed a similar bug for XYPixmap, but missed the bitmap case. Fixes: http://bugs.debian.org