]> git.pld-linux.org Git - packages/X11.git/commitdiff
- don't crash on abort
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 9 Dec 2004 13:22:58 +0000 (13:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    X11-kbd-segv.patch -> 1.1

X11-kbd-segv.patch [new file with mode: 0644]

diff --git a/X11-kbd-segv.patch b/X11-kbd-segv.patch
new file mode 100644 (file)
index 0000000..cb71078
--- /dev/null
@@ -0,0 +1,11 @@
+--- xc/programs/Xserver/hw/xfree86/common/xf86Init.c.orig      Fri Aug 20 05:22:39 2004
++++ xc/programs/Xserver/hw/xfree86/common/xf86Init.c   Thu Dec  9 13:24:44 2004
+@@ -1244,7 +1244,7 @@
+   /*
+    * try to deinitialize all input devices
+    */
+-  if (xf86Info.pKeyboard)
++  if (xf86Info.kbdProc && xf86Info.pKeyboard)
+     (xf86Info.kbdProc)(xf86Info.pKeyboard, DEVICE_CLOSE);
+   /*
This page took 0.02913 seconds and 4 git commands to generate.