Re: [RFC PATCH xserver] xwayland: Fix non-argb cursor conversion

2017-12-05 Thread Daniel Stone
On 27 September 2017 at 17:01, Olivier Fourdan wrote: > Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=103012 > Signed-off-by: Olivier Fourdan Reviewed-by: Daniel Stone ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/ar

Re: [PATCH 0/2] Move VT check from fb to exa

2017-12-05 Thread Daniel Stone
Hi, On 1 December 2017 at 18:14, Adam Jackson wrote: > On Fri, 2017-12-01 at 17:00 +, Daniel Stone wrote: >> Are these OK to push now then? > > I had thought that: > > commit a49379b6045453c7b787cc638db6afd0d14dce9c > Author: Adam Jackson > Date: Tue Sep 12 16:53:24 2017 -0400 > > fb:

[PATCH xserver] dix: avoid deferencing NULL PtrCtrl

2017-12-05 Thread Olivier Fourdan
PtrCtrl really makes sense for relative pointing device only, absolute devices such as touch devices do not have any PtrCtrl set. In some cases, if the client issues a XGetPointerControl() immediatlely after a ChangeMasterDeviceClasses() copied the touch device to the VCP, a NULL pointer dereferen