Re: [Spice-devel] [spice-gtk] cursor: Add sanity checks for hotspot x/y values

2017-07-17 Thread Marc-André Lureau
Hi - Original Message - > The cursor hotspot values have to be inside the cursor bounding box, > otherwise on X11 this may cause a crash of the application using > spice-gtk. > > This is the client-side part of > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864998 > > Signed-off-by:

[Spice-devel] [spice-gtk] cursor: Add sanity checks for hotspot x/y values

2017-07-17 Thread Christophe Fergeau
The cursor hotspot values have to be inside the cursor bounding box, otherwise on X11 this may cause a crash of the application using spice-gtk. This is the client-side part of https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864998 Signed-off-by: Christophe Fergeau --- src/channel-cursor.c |