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

Issue 44573002: Enabling validation code in serialization and adding serialization to fuzzer (Closed)

Created:
7 years, 1 month ago by sugoi1
Modified:
7 years, 1 month ago
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Enabling validation code in serialization and adding serialization to fuzzer BUG= Committed: http://code.google.com/p/skia/source/detail?r=11968 Committed: http://code.google.com/p/skia/source/detail?r=11981

Patch Set 1 #

Total comments: 9

Patch Set 2 : Fixed memory leak in fuzzer #

Total comments: 2

Patch Set 3 : Removed extra ref from image filter #

Patch Set 4 : Added missing static #

Patch Set 5 : Fixed SkValidatingReadBuffer's constructor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -19 lines) Patch
M include/core/SkFlattenableSerialization.h View 1 chunk +11 lines, -4 lines 0 comments Download
M samplecode/SampleFilterFuzz.cpp View 1 2 3 4 chunks +22 lines, -3 lines 0 comments Download
M src/core/SkFlattenableSerialization.cpp View 2 chunks +7 lines, -9 lines 0 comments Download
M src/core/SkValidatingReadBuffer.cpp View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
sugoi1
7 years, 1 month ago (2013-10-25 15:51:44 UTC) #1
Stephen White
https://codereview.chromium.org/44573002/diff/1/include/core/SkFlattenableSerialization.h File include/core/SkFlattenableSerialization.h (right): https://codereview.chromium.org/44573002/diff/1/include/core/SkFlattenableSerialization.h#newcode19 include/core/SkFlattenableSerialization.h:19: // Temporary fix for canary build Not sure I ...
7 years, 1 month ago (2013-10-25 16:13:10 UTC) #2
mtklein
https://codereview.chromium.org/44573002/diff/1/include/core/SkFlattenableSerialization.h File include/core/SkFlattenableSerialization.h (right): https://codereview.chromium.org/44573002/diff/1/include/core/SkFlattenableSerialization.h#newcode19 include/core/SkFlattenableSerialization.h:19: // Temporary fix for canary build On 2013/10/25 16:13:11, ...
7 years, 1 month ago (2013-10-25 16:17:30 UTC) #3
Stephen White
https://codereview.chromium.org/44573002/diff/1/include/core/SkFlattenableSerialization.h File include/core/SkFlattenableSerialization.h (right): https://codereview.chromium.org/44573002/diff/1/include/core/SkFlattenableSerialization.h#newcode19 include/core/SkFlattenableSerialization.h:19: // Temporary fix for canary build On 2013/10/25 16:17:31, ...
7 years, 1 month ago (2013-10-25 16:36:21 UTC) #4
sugoi1
https://codereview.chromium.org/44573002/diff/1/include/core/SkFlattenableSerialization.h File include/core/SkFlattenableSerialization.h (right): https://codereview.chromium.org/44573002/diff/1/include/core/SkFlattenableSerialization.h#newcode19 include/core/SkFlattenableSerialization.h:19: // Temporary fix for canary build On 2013/10/25 16:36:21, ...
7 years, 1 month ago (2013-10-25 17:15:04 UTC) #5
mtklein
On 2013/10/25 17:15:04, sugoi1 wrote: > https://codereview.chromium.org/44573002/diff/1/include/core/SkFlattenableSerialization.h > File include/core/SkFlattenableSerialization.h (right): > > https://codereview.chromium.org/44573002/diff/1/include/core/SkFlattenableSerialization.h#newcode19 > ...
7 years, 1 month ago (2013-10-25 17:55:15 UTC) #6
Stephen White
https://codereview.chromium.org/44573002/diff/100001/samplecode/SampleFilterFuzz.cpp File samplecode/SampleFilterFuzz.cpp (right): https://codereview.chromium.org/44573002/diff/100001/samplecode/SampleFilterFuzz.cpp#newcode278 samplecode/SampleFilterFuzz.cpp:278: SkFlattenable* flattenable = SkValidatingDeserializeFlattenable(ptr, len, This one looks like ...
7 years, 1 month ago (2013-10-25 18:07:40 UTC) #7
sugoi1
https://codereview.chromium.org/44573002/diff/100001/samplecode/SampleFilterFuzz.cpp File samplecode/SampleFilterFuzz.cpp (right): https://codereview.chromium.org/44573002/diff/100001/samplecode/SampleFilterFuzz.cpp#newcode278 samplecode/SampleFilterFuzz.cpp:278: SkFlattenable* flattenable = SkValidatingDeserializeFlattenable(ptr, len, On 2013/10/25 18:07:40, Stephen ...
7 years, 1 month ago (2013-10-25 18:18:25 UTC) #8
Stephen White
On 2013/10/25 18:18:25, sugoi1 wrote: > https://codereview.chromium.org/44573002/diff/100001/samplecode/SampleFilterFuzz.cpp > File samplecode/SampleFilterFuzz.cpp (right): > > https://codereview.chromium.org/44573002/diff/100001/samplecode/SampleFilterFuzz.cpp#newcode278 > ...
7 years, 1 month ago (2013-10-25 19:58:49 UTC) #9
Stephen White
LGTM
7 years, 1 month ago (2013-10-25 19:59:10 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/sugoi@chromium.org/44573002/160001
7 years, 1 month ago (2013-10-25 20:00:54 UTC) #11
commit-bot: I haz the power
Presubmit check for 44573002-160001 failed and returned exit status 1. Running presubmit commit checks ...
7 years, 1 month ago (2013-10-25 20:00:57 UTC) #12
bsalomon
On 2013/10/25 20:00:57, I haz the power (commit-bot) wrote: > Presubmit check for 44573002-160001 failed ...
7 years, 1 month ago (2013-10-25 20:17:27 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/sugoi@chromium.org/44573002/160001
7 years, 1 month ago (2013-10-25 20:18:03 UTC) #14
commit-bot: I haz the power
Retried try job too often on Build-Mac10.7-Clang-x86-Release-Trybot for step(s) BuildEverything http://skiabot-master.pogerlabs.com:10117/buildstatus?builder=Build-Mac10.7-Clang-x86-Release-Trybot&number=902
7 years, 1 month ago (2013-10-25 20:30:09 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/sugoi@chromium.org/44573002/310001
7 years, 1 month ago (2013-10-25 20:54:23 UTC) #16
commit-bot: I haz the power
Change committed as 11968
7 years, 1 month ago (2013-10-25 21:04:43 UTC) #17
robertphillips
This was reverted in 11974 due to a crash in Chromium's AllQuads unit test. Here ...
7 years, 1 month ago (2013-10-28 12:09:49 UTC) #18
sugoi1
I'm on it.
7 years, 1 month ago (2013-10-28 12:34:37 UTC) #19
sugoi1
Fixed it. It was just a silly mistake. Inside SkValidatingReadBuffer's constructor, setMemory was called BEFORE ...
7 years, 1 month ago (2013-10-28 15:19:13 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/sugoi@chromium.org/44573002/380001
7 years, 1 month ago (2013-10-28 15:20:21 UTC) #21
commit-bot: I haz the power
7 years, 1 month ago (2013-10-28 15:52:05 UTC) #22
Message was sent while issue was closed.
Change committed as 11981

Powered by Google App Engine
This is Rietveld 408576698