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

Issue 10383179: Start 'fuzzing' of dart:io APIs and fix first issue found. (Closed)

Created:
8 years, 7 months ago by Mads Ager (google)
Modified:
8 years, 7 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Start 'fuzzing' of dart:io APIs and fix first issue found. Deserialize unsupported Dart objects to Dart_CObject of type kUnsupported instead of NULL pointers. That way the normal Dart_CObject validation that tests for supported types will work out of the box and not crash the VM. R=sgjesse@google.com BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=7645

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -20 lines) Patch
M runtime/include/dart_api.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/dart_api_message.h View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/dart_api_message.cc View 7 chunks +26 lines, -20 lines 0 comments Download
A tests/standalone/io/file_fuzz_test.dart View 1 chunk +47 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (google)
8 years, 7 months ago (2012-05-15 09:16:52 UTC) #1
Søren Gjesse
8 years, 7 months ago (2012-05-15 09:25:04 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698