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

Issue 1531743002: fuzzer for third_party icu::UnicodeString::UnicodeString (invokes doCodepageCreate) implemented (Closed)

Created:
5 years ago by mmoroz
Modified:
4 years, 8 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

fuzzer for third_party icu::UnicodeString::UnicodeString (invokes doCodepageCreate) implemented R=aizatsky@chromium.org, inferno@chromium.org, krasin@chromium.org TBR=krasin@chromium.org BUG=539572 Committed: https://crrev.com/6604dc8a92b4c635de2c5c29e2f303f4dc573016 Cr-Commit-Position: refs/heads/master@{#367162}

Patch Set 1 #

Total comments: 5

Patch Set 2 : fix nits and split payload into two parts for two input arguments #

Total comments: 2

Patch Set 3 : fix header path and upgrade choosing of codepage parameter #

Patch Set 4 : added local variable, comments + rebased #

Total comments: 2

Patch Set 5 : removed confusing local var + fixed buffer passed to UnicodeString constructor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -0 lines) Patch
M testing/libfuzzer/fuzzers/BUILD.gn View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
A testing/libfuzzer/fuzzers/unicode_string_codepage_create_fuzzer.cc View 1 2 3 4 1 chunk +97 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (14 generated)
mmoroz
5 years ago (2015-12-16 13:25:53 UTC) #1
inferno
https://codereview.chromium.org/1531743002/diff/1/testing/libfuzzer/fuzzers/unicode_string_codepage_create_fuzzer.cc File testing/libfuzzer/fuzzers/unicode_string_codepage_create_fuzzer.cc (right): https://codereview.chromium.org/1531743002/diff/1/testing/libfuzzer/fuzzers/unicode_string_codepage_create_fuzzer.cc#newcode12 testing/libfuzzer/fuzzers/unicode_string_codepage_create_fuzzer.cc:12: // Need null-terminated string Nit: end with period (.). ...
5 years ago (2015-12-16 16:58:08 UTC) #3
krasin
https://codereview.chromium.org/1531743002/diff/1/testing/libfuzzer/fuzzers/unicode_string_codepage_create_fuzzer.cc File testing/libfuzzer/fuzzers/unicode_string_codepage_create_fuzzer.cc (right): https://codereview.chromium.org/1531743002/diff/1/testing/libfuzzer/fuzzers/unicode_string_codepage_create_fuzzer.cc#newcode17 testing/libfuzzer/fuzzers/unicode_string_codepage_create_fuzzer.cc:17: // may be use dicitonary of different codepages typo: ...
5 years ago (2015-12-16 19:54:37 UTC) #5
jungshik at Google
LGTM https://codereview.chromium.org/1531743002/diff/20001/testing/libfuzzer/fuzzers/unicode_string_codepage_create_fuzzer.cc File testing/libfuzzer/fuzzers/unicode_string_codepage_create_fuzzer.cc (right): https://codereview.chromium.org/1531743002/diff/20001/testing/libfuzzer/fuzzers/unicode_string_codepage_create_fuzzer.cc#newcode8 testing/libfuzzer/fuzzers/unicode_string_codepage_create_fuzzer.cc:8: #include "unicode/unistr.h" nit: In chromium, we use a ...
5 years ago (2015-12-18 23:02:03 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1531743002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1531743002/40001
4 years, 11 months ago (2015-12-29 16:21:52 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/111674)
4 years, 11 months ago (2015-12-29 16:23:52 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1531743002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1531743002/40001
4 years, 11 months ago (2015-12-30 12:18:30 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/111855) ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 11 months ago (2015-12-30 12:19:43 UTC) #15
inferno
https://codereview.chromium.org/1531743002/diff/60001/testing/libfuzzer/fuzzers/unicode_string_codepage_create_fuzzer.cc File testing/libfuzzer/fuzzers/unicode_string_codepage_create_fuzzer.cc (right): https://codereview.chromium.org/1531743002/diff/60001/testing/libfuzzer/fuzzers/unicode_string_codepage_create_fuzzer.cc#newcode83 testing/libfuzzer/fuzzers/unicode_string_codepage_create_fuzzer.cc:83: if (offset < 0) offset is confusing, just change ...
4 years, 11 months ago (2015-12-30 16:46:02 UTC) #16
inferno
lgtm
4 years, 11 months ago (2015-12-30 16:59:31 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1531743002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1531743002/80001
4 years, 11 months ago (2015-12-30 17:00:03 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1531743002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1531743002/80001
4 years, 11 months ago (2015-12-30 17:02:38 UTC) #24
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 11 months ago (2015-12-30 17:46:34 UTC) #26
commit-bot: I haz the power
4 years, 11 months ago (2015-12-30 17:47:24 UTC) #28
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/6604dc8a92b4c635de2c5c29e2f303f4dc573016
Cr-Commit-Position: refs/heads/master@{#367162}

Powered by Google App Engine
This is Rietveld 408576698