This bug is also present in the CVS version of rdesktop as of April 5th.

Here is a patch that works around the problem but creates visual
artifacts on the screen.

--- xwin.c      2006-08-07 07:45:44.000000000 -0400
+++ ../rdesktop-1.5.0a/xwin.c   2007-04-05 15:56:16.000000000 -0400
@@ -3220,6 +3220,8 @@
 
        image = XCreateImage(g_display, g_visual, g_depth, ZPixmap, 0,
                             (char *) data, cx, cy, BitmapPad(g_display), cx * 
g_bpp / 8);
+       if (image == NULL)
+               return;
 
        if (g_ownbackstore)
        {

-- 
[apport] rdesktop crashed with SIGSEGV in XPutImage()
https://bugs.launchpad.net/bugs/102922
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to