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.
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.
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.
Issue 4639063: Fix possible NULL deref
(Closed)
Created 14 years ago by groby
Modified 13 years, 12 months ago
Reviewers: vandebo (gmail), brian2
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 0