From: Paulo Alcantara <pca...@profusion.mobi>
Date: Fri, 17 Aug 2012 14:08:10 -0300

> The segmentation fault occurs when DRI2 is not loaded up and
> dri2_setup_screen() function deferences dri2_dpy->dri2 (since it's NULL
> at this point).
> 
> This patch fixes the segmentation fault by checking if dri2 pointer is
> not NULL before deferencing it.
> 
> Signed-off-by: Paulo Alcantara <pca...@profusion.mobi>
> ---
>  src/egl/drivers/dri2/egl_dri2.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Bump...

                Paulo
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to