On 08/07/2014 04:12 AM, Daniel Kurtz wrote: > egl_util_run() does 'goto fail;' on error paths. The error paths perform > cleanup based on the current values of state's fields. However, since > state isn't zero-initialized, these fields hold random values in the > error paths, potentially causing crashes. > > Signed-off-by: Daniel Kurtz <[email protected]> > --- > I do not have commit access, so can someone please submit this for me if it > looks good? > Thanks > -djk
Reviewed-by: Chad Versace <[email protected]> And I committed to master. _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
