Re: [Intel-gfx] [PATCH] Avoid calling xf86nameCompare() with a NULL pointer.

2012-06-12 Thread Cyril Brulebois
Chris Wilson (12/06/2012): > Pushed with only a slightly different colour of paint. Thanks, > -Chris Cake? Yummy! Mraw, KiBi. signature.asc Description: Digital signature ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedes

Re: [Intel-gfx] [PATCH] Avoid calling xf86nameCompare() with a NULL pointer.

2012-06-12 Thread Chris Wilson
On Tue, 12 Jun 2012 20:15:19 +0200, Cyril Brulebois wrote: > Device sections without a Driver property would lead to a server > segfault because of a NULL pointer's being passed as the second > argument of xf86nameCompare(). > > Debian bug #677206 > > Signed-off-b

[Intel-gfx] [PATCH] Avoid calling xf86nameCompare() with a NULL pointer.

2012-06-12 Thread Cyril Brulebois
Device sections without a Driver property would lead to a server segfault because of a NULL pointer's being passed as the second argument of xf86nameCompare(). Debian bug #677206 Signed-off-by: Cyril Brulebois --- src/intel_module.c |2 +- 1 file changed, 1 i