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-
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-sta...@lists.freedesktop.org
> Cc: mesa-dev@lists.freedesktop.org
> Signed-off-by: Valentin Corfu
> ---
> src/egl/drivers/dri2
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