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

Issue 5940049: Fix a bunch of Coverity defects - class members not initialized in the constructor. (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 a bunch of Coverity defects - class members not initialized in the constructor. CID=14533,14036,9275,9271,4156,4153,4151,1666,1665,1618,1617,1616,1615 Committed: https://code.google.com/p/skia/source/detail?r=3532

Patch Set 1 #

Patch Set 2 : nit #

Total comments: 6

Patch Set 3 : Adress comments #

Patch Set 4 : Pull out fonthost code to a different CL #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -9 lines) Patch
M include/core/SkScalerContext.h View 1 chunk +0 lines, -1 line 0 comments Download
M include/effects/SkPaintFlagsDrawFilter.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/core/SkBitmapSampler.cpp View 1 2 chunks +2 lines, -0 lines 0 comments Download
M src/core/SkCubicClipper.cpp View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M src/core/SkMMapStream.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/core/SkQuadClipper.cpp View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M src/effects/Sk1DPathEffect.cpp View 2 chunks +7 lines, -0 lines 0 comments Download
M src/effects/SkBlurDrawLooper.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrGpu.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M src/images/SkScaledBitmapSampler.cpp View 2 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 6
Steve VanDeBogart
12 years, 3 months ago (2012-03-27 23:59:57 UTC) #1
Steve VanDeBogart
12 years, 3 months ago (2012-03-28 00:33:54 UTC) #2
reed1
https://codereview.appspot.com/5940049/diff/3001/src/core/SkCubicClipper.cpp File src/core/SkCubicClipper.cpp (left): https://codereview.appspot.com/5940049/diff/3001/src/core/SkCubicClipper.cpp#oldcode13 src/core/SkCubicClipper.cpp:13: SkCubicClipper::SkCubicClipper() {} I think I prefer { fClip.setEmpty(); } ...
12 years, 3 months ago (2012-03-28 13:05:08 UTC) #3
Steve VanDeBogart
https://codereview.appspot.com/5940049/diff/3001/src/core/SkCubicClipper.cpp File src/core/SkCubicClipper.cpp (left): https://codereview.appspot.com/5940049/diff/3001/src/core/SkCubicClipper.cpp#oldcode13 src/core/SkCubicClipper.cpp:13: SkCubicClipper::SkCubicClipper() {} On 2012/03/28 13:05:08, reed1 wrote: > I ...
12 years, 3 months ago (2012-03-28 16:48:29 UTC) #4
bsalomon
The GrGpu change LGTM
12 years, 3 months ago (2012-03-28 17:10:11 UTC) #5
reed1
12 years, 3 months ago (2012-03-28 18:46:47 UTC) #6
lgtm

Lets commit the FreeType changes as its own CL (no need for a 2nd review), since
its the only slightly tricky one (given the current mood around memory leaks).
Sign in to reply to this message.

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