[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r4191 - in trunk/app/xbase-clients/debian: . patches



Author: julien
Date: 2007-01-07 22:19:00 -0500 (Sun, 07 Jan 2007)
New Revision: 4191

Added:
   trunk/app/xbase-clients/debian/patches/16_xdbedizzy_fix_crash.diff
Modified:
   trunk/app/xbase-clients/debian/changelog
   trunk/app/xbase-clients/debian/patches/series
Log:
* Add patch by Eugene Konev to fix xdbedizzy crash (closes: #365291).

Modified: trunk/app/xbase-clients/debian/changelog
===================================================================
--- trunk/app/xbase-clients/debian/changelog	2007-01-08 00:34:31 UTC (rev 4190)
+++ trunk/app/xbase-clients/debian/changelog	2007-01-08 03:19:00 UTC (rev 4191)
@@ -1,3 +1,9 @@
+xbase-clients (1:7.1.ds1-2) UNRELEASED; urgency=low
+
+  * Add patch by Eugene Konev to fix xdbedizzy crash (closes: #365291).
+
+ -- Julien Cristau <julien.cristau@ens-lyon.org>  Mon,  8 Jan 2007 02:11:36 +0100
+
 xbase-clients (1:7.1.ds1-1) unstable; urgency=low
 
   * Add patch by Eugene Konev to fix xmore crash (closes: #365292).

Added: trunk/app/xbase-clients/debian/patches/16_xdbedizzy_fix_crash.diff
===================================================================
--- trunk/app/xbase-clients/debian/patches/16_xdbedizzy_fix_crash.diff	                        (rev 0)
+++ trunk/app/xbase-clients/debian/patches/16_xdbedizzy_fix_crash.diff	2007-01-08 03:19:00 UTC (rev 4191)
@@ -0,0 +1,17 @@
+This patch by Eugene Konev.
+
+See Debian Bug #365291
+
+diff a/xdbedizzy/xdbedizzy.c b/xdbedizzy/xdbedizzy.c
+--- a/xdbedizzy/xdbedizzy.c	Sun Apr 30 13:38:36 2006 +0800
++++ b/xdbedizzy/xdbedizzy.c	Sun Apr 30 13:40:29 2006 +0800
+@@ -701,8 +701,8 @@ int main(int argc, char *argv[])
+         /* Obtain some info about page geometry */
+         XpGetPageDimensions(dpy, pcontext, &dummy, &dummy, &winrect);
+     }
+-#endif
+     else
++#endif
+     {
+         dpy = XOpenDisplay(display_name);
+         if (dpy == NULL) {

Modified: trunk/app/xbase-clients/debian/patches/series
===================================================================
--- trunk/app/xbase-clients/debian/patches/series	2007-01-08 00:34:31 UTC (rev 4190)
+++ trunk/app/xbase-clients/debian/patches/series	2007-01-08 03:19:00 UTC (rev 4191)
@@ -13,3 +13,4 @@
 pkgconfig_naughtiness -p0
 14_SECURITY_setuid.diff
 15_xmore_fix_segv_without_xprint.diff -p2
+16_xdbedizzy_fix_crash.diff



Reply to: