Re: [PATCH] xfree86: dga needs to the master keyboard state (#27573)

2010-04-19 Thread Daniel Stone
On Fri, Apr 16, 2010 at 04:35:22PM +1000, Peter Hutterer wrote: GetPairedDevice() may not always return the keyboard, resulting in a null-pointer derefernce when accessing the XKB state. X.Org Bug 27573 http://bugs.freedesktop.org/show_bug.cgi?id=27573 Signed-off-by: Peter Hutterer

Re: [PATCH] xfree86: dga needs to the master keyboard state (#27573)

2010-04-19 Thread Julien Cristau
On Fri, Apr 16, 2010 at 16:35:22 +1000, Peter Hutterer wrote: GetPairedDevice() may not always return the keyboard, resulting in a null-pointer derefernce when accessing the XKB state. X.Org Bug 27573 http://bugs.freedesktop.org/show_bug.cgi?id=27573 Ben followed up on the bug and

Re: [PATCH] xfree86: dga needs to the master keyboard state (#27573)

2010-04-19 Thread Peter Hutterer
On Mon, Apr 19, 2010 at 11:26:23AM +0200, Julien Cristau wrote: On Fri, Apr 16, 2010 at 16:35:22 +1000, Peter Hutterer wrote: GetPairedDevice() may not always return the keyboard, resulting in a null-pointer derefernce when accessing the XKB state. X.Org Bug 27573

[PATCH] xfree86: dga needs to the master keyboard state (#27573)

2010-04-16 Thread Peter Hutterer
GetPairedDevice() may not always return the keyboard, resulting in a null-pointer derefernce when accessing the XKB state. X.Org Bug 27573 http://bugs.freedesktop.org/show_bug.cgi?id=27573 Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- hw/xfree86/common/xf86DGA.c |2 +- 1 files