The chrome cmd buffer code attempts to validate that the length param to the glGet*InfoLog ...
13 years, 2 months ago
(2011-09-14 14:04:54 UTC)
#1
The chrome cmd buffer code attempts to validate that the length param to the
glGet*InfoLog functions is initialized to 0. It crashes if the passed ptr is
NULL. I talked to Gregg about fixing it and it seemed like a lot of work because
it is in script-generated code. The workaround is to pass a length param
initialized to null.
On 2011/09/14 14:18:31, TomH wrote: > LGTM. > > Can you file a low-priority upstream ...
13 years, 2 months ago
(2011-09-14 14:39:20 UTC)
#3
On 2011/09/14 14:18:31, TomH wrote:
> LGTM.
>
> Can you file a low-priority upstream bug to get them to fix their generator?
Or
> did Gregg convince you even that isn't worth doing?
Done, filed as http://crbug.com/96581
Issue 5012046: Workaround crash in cmd buffer validation code when GL shaders/programs fail
(Closed)
Created 13 years, 2 months ago by bsalomon
Modified 13 years, 2 months ago
Reviewers: TomH
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 0