Re: [Mesa-dev] [Mesa-stable] [PATCH] egl: Added NULL check in eglCreateContext

2014-12-10 Thread Valentin Corfu
On 10.12.2014 07:02, Chad Versace wrote: On 12/08/2014 01:45 PM, Ian Romanick wrote: 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

Re: [Mesa-dev] [PATCH] Added NULL check in eglCreateContext

2014-12-05 Thread Valentin Corfu
I re-submitted the patch according with suggested corrections. Thank you, Valentin Corfu On 29.11.2014 07:53, Matt Turner wrote: On Thu, Nov 27, 2014 at 1:59 AM, Valentin Corfu wrote: With this check we can avoid segmentation fault when invalid value used during eglCreateContext. Cc: mesa

[Mesa-dev] [PATCH] egl: Added NULL check in eglCreateContext

2014-12-02 Thread Valentin Corfu
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

[Mesa-dev] [PATCH] Added NULL check in eglCreateContext

2014-11-27 Thread Valentin Corfu
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