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

Issue 5936047: Fix Coverity reports. (Mostly use of uninitialised values.) (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 3 months ago by Steve VanDeBogart
Modified:
12 years, 3 months ago
Reviewers:
bsalomon, reed1
CC:
skia-review_googlegroups.com, groby
Base URL:
https://skia.googlecode.com/svn/trunk
Visibility:
Public.

Description

Fix Coverity reports. (Mostly use of uninitialised values.) CID=537,103419,103631,103632,103633 Committed: https://code.google.com/p/skia/source/detail?r=3522

Patch Set 1 #

Total comments: 12

Patch Set 2 : Address comments #

Total comments: 11

Patch Set 3 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -8 lines) Patch
M src/gpu/GrAAConvexPathRenderer.cpp View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M src/ports/SkFontHost_FreeType.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/ports/SkOSFile_stdio.cpp View 1 2 1 chunk +9 lines, -3 lines 0 comments Download

Messages

Total messages: 9
Steve VanDeBogart
12 years, 3 months ago (2012-03-27 20:44:37 UTC) #1
bsalomon
https://codereview.appspot.com/5936047/diff/1/include/core/SkPoint.h File include/core/SkPoint.h (right): https://codereview.appspot.com/5936047/diff/1/include/core/SkPoint.h#newcode151 include/core/SkPoint.h:151: bool isZero() const { return (fX == 0) || ...
12 years, 3 months ago (2012-03-27 20:53:24 UTC) #2
reed1
https://codereview.appspot.com/5936047/diff/1/src/ports/SkFontHost_FreeType.cpp File src/ports/SkFontHost_FreeType.cpp (left): https://codereview.appspot.com/5936047/diff/1/src/ports/SkFontHost_FreeType.cpp#oldcode1120 src/ports/SkFontHost_FreeType.cpp:1120: getBBoxForCurrentGlyph(glyph, &bbox); :( this change seems too bad, as ...
12 years, 3 months ago (2012-03-27 20:54:58 UTC) #3
Steve VanDeBogart
https://codereview.appspot.com/5936047/diff/1/include/core/SkPoint.h File include/core/SkPoint.h (right): https://codereview.appspot.com/5936047/diff/1/include/core/SkPoint.h#newcode151 include/core/SkPoint.h:151: bool isZero() const { return (fX == 0) || ...
12 years, 3 months ago (2012-03-28 00:30:09 UTC) #4
reed1
https://codereview.appspot.com/5936047/diff/3002/include/core/SkPoint.h File include/core/SkPoint.h (right): https://codereview.appspot.com/5936047/diff/3002/include/core/SkPoint.h#newcode150 include/core/SkPoint.h:150: */ esp. since float compares are tricky, and we ...
12 years, 3 months ago (2012-03-28 12:56:23 UTC) #5
bsalomon
https://codereview.appspot.com/5936047/diff/3002/src/gpu/GrAAConvexPathRenderer.cpp File src/gpu/GrAAConvexPathRenderer.cpp (right): https://codereview.appspot.com/5936047/diff/3002/src/gpu/GrAAConvexPathRenderer.cpp#newcode55 src/gpu/GrAAConvexPathRenderer.cpp:55: GrScalar area = 0; On 2012/03/28 12:56:23, reed1 wrote: ...
12 years, 3 months ago (2012-03-28 13:52:48 UTC) #6
Steve VanDeBogart
https://codereview.appspot.com/5936047/diff/3002/include/core/SkPoint.h File include/core/SkPoint.h (right): https://codereview.appspot.com/5936047/diff/3002/include/core/SkPoint.h#newcode150 include/core/SkPoint.h:150: */ On 2012/03/28 12:56:23, reed1 wrote: > esp. since ...
12 years, 3 months ago (2012-03-28 17:00:53 UTC) #7
bsalomon
LGTM
12 years, 3 months ago (2012-03-28 17:08:48 UTC) #8
reed1
12 years, 3 months ago (2012-03-28 17:12:31 UTC) #9
lgtm
Sign in to reply to this message.

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