egl: Fix truncation error in _eglParseSyncAttribList64
authorChad Versace <chadversary@chromium.org>
Tue, 27 Sep 2016 20:27:09 +0000 (13:27 -0700)
committerChad Versace <chadversary@chromium.org>
Tue, 4 Oct 2016 21:11:28 +0000 (14:11 -0700)
commit69adb9a778470b1717e619e38aebb47a28031756
tree73baae7d41cde3de66ff1244bad2b8e26e8f774b
parent17084b6f9340f798111e53e08f5d35c7630cee48
egl: Fix truncation error in _eglParseSyncAttribList64

The function stores EGLAttrib values in EGLint variables. On 64-bit
systems, this truncated the values.

Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/egl/main/eglsync.c