Re: xfree86: Fix null pointer dereference

2016-09-23 Thread Hans de Goede
Hi, On 09/23/2016 03:33 PM, Eric Engestrom wrote: On Fri, Sep 23, 2016 at 03:12:18PM +0300, Hans de Goede wrote: Hi, On 01/13/2016 07:47 AM, Kyle Guinn wrote: Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=93675 Signed-off-by: Kyle Guinn Thanks for the patch, I've

Re: xfree86: Fix null pointer dereference

2016-09-23 Thread Eric Engestrom
On Fri, Sep 23, 2016 at 03:12:18PM +0300, Hans de Goede wrote: > Hi, > > On 01/13/2016 07:47 AM, Kyle Guinn wrote: > > Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=93675 > > > > Signed-off-by: Kyle Guinn > > Thanks for the patch, I've queued this up at: > >

Re: xfree86: Fix null pointer dereference

2016-09-23 Thread Hans de Goede
Hi, On 01/13/2016 07:47 AM, Kyle Guinn wrote: Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=93675 Signed-off-by: Kyle Guinn Thanks for the patch, I've queued this up at: https://cgit.freedesktop.org/~jwrdegoede/xserver For a 1.19 bug-fix pull-req I'm preparing at.

[PATCH] xfree86: Fix null pointer dereference

2016-01-12 Thread Kyle Guinn
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=93675 Signed-off-by: Kyle Guinn --- hw/xfree86/i2c/xf86i2c.c | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/hw/xfree86/i2c/xf86i2c.c b/hw/xfree86/i2c/xf86i2c.c index