Skip to content

dix: Check for NULL spriteInfo in GetPairedDevice

Arthur Williams requested to merge TAAPArthur/xserver:master into master

There is a race when reseting the XServer that causes spriteInfo to be NULL in GetPairedDevice resulting a segfault and subsequent crash. The problem was noticed when opening a connection, creating master devices, destroying master devices and closing the connection during testing.

Signed-off-by: Arthur Williams taaparthur@gmail.com

Merge request reports