Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(367)

Issue 23499013: Fix uninitialized string bug (Closed)

Created:
7 years, 3 months ago by robertphillips
Modified:
7 years, 3 months ago
Reviewers:
bsalomon
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

In the case I'm seeing GrGLEffectMatrix::emitCode is being called with a non-null suffix but the identity matrix path is being taken. This causes the test app to crash in Windows Release on the GLPrograms step.

Patch Set 1 #

Patch Set 2 : Take 2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -5 lines) Patch
M src/gpu/gl/GrGLEffectMatrix.cpp View 1 2 chunks +6 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
robertphillips
7 years, 3 months ago (2013-09-10 16:50:42 UTC) #1
robertphillips
PTAL. In this version it is clearer that the uniform name isn't used in the ...
7 years, 3 months ago (2013-09-10 17:21:21 UTC) #2
bsalomon
lgtm
7 years, 3 months ago (2013-09-10 17:34:48 UTC) #3
robertphillips
7 years, 3 months ago (2013-09-10 17:38:22 UTC) #4
Message was sent while issue was closed.
committed as r11182

Powered by Google App Engine
This is Rietveld 408576698