On 12/02/2014 12:10 AM, Valentin Corfu wrote:
> With this check we can avoid segmentation fault when invalid value used
> during eglCreateContext.
>
> Cc: mesa-sta...@lists.freedesktop.org
> Cc: mesa-dev@lists.freedesktop.org
> Signed-off-by: Valentin Corfu
> ---
> src/egl/drivers/dri2/egl_dri2
On Tue, Dec 2, 2014 at 12:10 AM, Valentin Corfu wrote:
> With this check we can avoid segmentation fault when invalid value used
> during eglCreateContext.
Kristian, Ian, can one of you review this?
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.
With this check we can avoid segmentation fault when invalid value used during
eglCreateContext.
Cc: mesa-sta...@lists.freedesktop.org
Cc: mesa-dev@lists.freedesktop.org
Signed-off-by: Valentin Corfu
---
src/egl/drivers/dri2/egl_dri2.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/sr