Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(311)

Issue 4639063: Fix possible NULL deref (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 3 months ago by groby
Modified:
13 years, 3 months ago
Reviewers:
vandebo (gmail), brian2
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Fix possible NULL deref CID=16637

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M gpu/src/GrDrawTarget.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4
groby
Please review
13 years, 3 months ago (2011-06-21 23:49:07 UTC) #1
brian2
On 2011/06/21 23:49:07, groby wrote: > Please review Ugh, that was supposed to be target->saveCurrentDrawState(&fDrawState); ...
13 years, 3 months ago (2011-06-22 01:28:52 UTC) #2
groby
Ah, thanks! So should I close my issue, or delete it? On 2011/06/22 01:28:52, brian2 ...
13 years, 3 months ago (2011-06-22 01:34:06 UTC) #3
brian2
13 years, 3 months ago (2011-06-22 01:39:15 UTC) #4
NP, sorry for the bug! :) I think closing it is fine.

On 2011/06/22 01:34:06, groby wrote:
> Ah, thanks!
> So should I close my issue, or delete it?
> 
> 
> On 2011/06/22 01:28:52, brian2 wrote:
> > On 2011/06/21 23:49:07, groby wrote:
> > > Please review
> > 
> > Ugh, that was supposed to be             
> > 
> >     target->saveCurrentDrawState(&fDrawState);
> > not
> >     fDrawTarget->saveCurrentDrawState(&fDrawState);
> > 
> > inside the if.
> > 
> > Fixed at r1670.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b