Comment 16 for bug 104332

Revision history for this message
Reinhard Tartler (siretart) wrote : Re: Segmentation Fault (core dumped)

Proposed upload:

--- rdesktop-1.5.0/debian/changelog
+++ rdesktop-1.5.0/debian/changelog
@@ -1,3 +1,11 @@
+rdesktop (1.5.0-1ubuntu1~prop1) feisty-proposed; urgency=low
+
+ * apply patch from upstream cvs:
+ http://rdesktop.cvs.sourceforge.net/rdesktop/rdesktop/xwin.c?r1=1.222&r2=1.223&view=patch
+ Recommended upload, thanks to upstream Michael Gernoth, LP #104332
+
+ -- Reinhard Tartler <email address hidden> Wed, 18 Apr 2007 07:22:57 -0400
+
 rdesktop (1.5.0-1build1) feisty; urgency=low

   * Rebuild for changes in the amd64 toolchain.
only in patch2:
unchanged:
--- rdesktop-1.5.0.orig/xwin.c
+++ rdesktop-1.5.0/xwin.c
@@ -3219,7 +3219,7 @@
                return;

        image = XCreateImage(g_display, g_visual, g_depth, ZPixmap, 0,
- (char *) data, cx, cy, BitmapPad(g_display), cx * g_bpp / 8);
+ (char *) data, cx, cy, g_bpp, 0);

        if (g_ownbackstore)
        {