[Webkit-unassigned] [Bug 50842] Shader::loadShader() must initialize variable passed to getShaderiv

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 10 14:01:08 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=50842





--- Comment #2 from Vincent Scheib <scheib at chromium.org>  2010-12-10 14:01:08 PST ---
Looks like recent additions of debug check logic are now warning us of uninitialized variables passed to getter functions. 

E.g. this output on a debug build:
gpu/command_buffer/client/../client/gles2_c_lib_autogen.h(369): GPU_DCHECK(params && (params[0] == static_cast<GLint>(0) || params[0] == static_cast<GLint>(-1)) (0)) failed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list