Bug#418098: [PATCH] rdesktop segfault with libx11-6 1.0.3-7

2007-04-12 Thread Mark Heily
Here is a corrected patch that fixes the segfault and correctly redraws the desktop image. This has been tested with a Windows 2000 Server at 8bpp and a Windows 2003 server at 16bpp. Thanks to Mat G for his suggestion on how to fix my original patch. -Mark --- ../rdesktop/xwin.c

Bug#418098: [PATCH] rdesktop segfault with libx11-6 1.0.3-7

2007-04-11 Thread Mark Heily
Here is a patch that prevents rdesktop from crashing due to increased Xlib sanity checking of arguments passed to XCreateImage(3). Thanks to Julien Cristau for his helpful explanation of the problem on the Debian bug tracking system. Thanks, Mark Heily [EMAIL PROTECTED] References: [1]

Bug#418098: [PATCH] rdesktop segfault with libx11-6 1.0.3-7

2007-04-11 Thread Mark Heily
On Wed, 2007-04-11 at 11:26 -0400, Mark Heily wrote: Here is a patch that prevents rdesktop from crashing due to increased Xlib sanity checking of arguments passed to XCreateImage(3). Thanks to Julien Cristau for his helpful explanation of the problem on the Debian bug tracking system.