* Add patch by Eugene Konev to fix xdbedizzy crash (closes: #365291).
This commit is contained in:
parent
94edd59dea
commit
467c1b341d
debian
|
@ -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
|
xbase-clients (1:7.1.ds1-1) unstable; urgency=low
|
||||||
|
|
||||||
* Add patch by Eugene Konev to fix xmore crash (closes: #365292).
|
* Add patch by Eugene Konev to fix xmore crash (closes: #365292).
|
||||||
|
|
|
@ -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) {
|
|
@ -13,3 +13,4 @@
|
||||||
pkgconfig_naughtiness -p0
|
pkgconfig_naughtiness -p0
|
||||||
14_SECURITY_setuid.diff
|
14_SECURITY_setuid.diff
|
||||||
15_xmore_fix_segv_without_xprint.diff -p2
|
15_xmore_fix_segv_without_xprint.diff -p2
|
||||||
|
16_xdbedizzy_fix_crash.diff
|
||||||
|
|
Loading…
Reference in New Issue