On 02/14/2014 05:23 AM, Juha-Pekka Heikkila wrote:
> _eglInitResource() was used to memset entire _EGLSync by
> writing more than size of pointed target. This does work
> as long as Resource is the first element in _EGLSync,
> this patch fixes such dependency.
NAK. It's not a random dependency, i
_eglInitResource() was used to memset entire _EGLSync by
writing more than size of pointed target. This does work
as long as Resource is the first element in _EGLSync,
this patch fixes such dependency.
Signed-off-by: Juha-Pekka Heikkila
---
src/egl/main/eglsync.c | 3 ++-
1 file changed, 2 inser