FreeBSD Bugzilla – Attachment 78746 Details for
Bug 113216
[PATCH] net/rdesktop: fix segfault at login using xorg 7.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
rdesktop-1.5.0_2.diff
rdesktop-1.5.0_2.diff (text/plain), 874 bytes, created by
Thomas Spreng
on 2007-06-01 12:10:03 UTC
(
hide
)
Description:
rdesktop-1.5.0_2.diff
Filename:
MIME Type:
Creator:
Thomas Spreng
Created:
2007-06-01 12:10:03 UTC
Size:
874 bytes
patch
obsolete
>diff -ruN rdesktop.bak/Makefile rdesktop/Makefile >--- rdesktop.bak/Makefile Sat May 19 22:18:54 2007 >+++ rdesktop/Makefile Fri Jun 1 11:30:39 2007 >@@ -7,7 +7,7 @@ > > PORTNAME= rdesktop > PORTVERSION= 1.5.0 >-PORTREVISION?= 1 >+PORTREVISION?= 2 > CATEGORIES= net comms > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} >diff -ruN rdesktop.bak/files/patch-xwin.c rdesktop/files/patch-xwin.c >--- rdesktop.bak/files/patch-xwin.c Thu Jan 1 01:00:00 1970 >+++ rdesktop/files/patch-xwin.c Fri Jun 1 11:30:39 2007 >@@ -0,0 +1,11 @@ >+--- xwin.c.orig Fri Jun 1 10:27:15 2007 >++++ xwin.c Fri Jun 1 10:28:26 2007 >+@@ -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) >+ {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 113216
: 78746