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

Issue 2223603002: [Hunspell Fuzzer] Restrict fuzzer data to valid UTF8 (Closed)

Created:
4 years, 4 months ago by groby-ooo-7-16
Modified:
4 years, 3 months ago
Reviewers:
Lei Zhang, mmoroz, kcc2, inferno
CC:
chromium-reviews, groby+spellwatch_chromium.org, rlp+watch_chromium.org, rouslan+spell_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Hunspell Fuzzer] Restrict fuzzer data to valid UTF8 Hunspell cannot handle invalid UTF8. Chrome makes sure that all data is in valid UTF8 - this CL enforces the same for the fuzzer. BUG=none R=mmoroz@chromium.org Committed: https://crrev.com/5d6411a1a10652b1a3d9ced8d744f7e427918805 Cr-Commit-Position: refs/heads/master@{#414878}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Add DEPS #

Patch Set 3 : Clearly, adding a dependency is HARD. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -3 lines) Patch
M third_party/hunspell/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A + third_party/hunspell/fuzz/DEPS View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/hunspell/fuzz/hunspell_fuzzer.cc View 2 chunks +10 lines, -2 lines 0 comments Download

Messages

Total messages: 41 (21 generated)
groby-ooo-7-16
4 years, 4 months ago (2016-08-05 22:15:10 UTC) #1
mmoroz
LGTM Thank you groby@ for adding this and for fixing the typo as well :)
4 years, 4 months ago (2016-08-09 04:44:30 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2223603002/1
4 years, 4 months ago (2016-08-09 04:54:22 UTC) #4
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/204054) linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, ...
4 years, 4 months ago (2016-08-09 04:59:21 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2223603002/1
4 years, 4 months ago (2016-08-18 21:51:49 UTC) #8
kcc2
https://codereview.chromium.org/2223603002/diff/1/third_party/hunspell/fuzz/hunspell_fuzzer.cc File third_party/hunspell/fuzz/hunspell_fuzzer.cc (right): https://codereview.chromium.org/2223603002/diff/1/third_party/hunspell/fuzz/hunspell_fuzzer.cc#newcode25 third_party/hunspell/fuzz/hunspell_fuzzer.cc:25: // Chromium does - convert to UTF16, and back ...
4 years, 4 months ago (2016-08-18 21:52:12 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/210150) chromeos_daisy_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, ...
4 years, 4 months ago (2016-08-18 21:56:27 UTC) #12
groby-ooo-7-16
On 2016/08/18 21:52:12, kcc2 wrote: > https://codereview.chromium.org/2223603002/diff/1/third_party/hunspell/fuzz/hunspell_fuzzer.cc > File third_party/hunspell/fuzz/hunspell_fuzzer.cc (right): > > https://codereview.chromium.org/2223603002/diff/1/third_party/hunspell/fuzz/hunspell_fuzzer.cc#newcode25 > ...
4 years, 4 months ago (2016-08-18 22:11:14 UTC) #13
groby-ooo-7-16
On 2016/08/18 22:11:14, groby wrote: > On 2016/08/18 21:52:12, kcc2 wrote: > > > https://codereview.chromium.org/2223603002/diff/1/third_party/hunspell/fuzz/hunspell_fuzzer.cc ...
4 years, 4 months ago (2016-08-18 22:13:49 UTC) #14
kcc2
On 2016/08/18 22:11:14, groby wrote: > On 2016/08/18 21:52:12, kcc2 wrote: > > > https://codereview.chromium.org/2223603002/diff/1/third_party/hunspell/fuzz/hunspell_fuzzer.cc ...
4 years, 4 months ago (2016-08-18 22:15:00 UTC) #15
groby-ooo-7-16
On 2016/08/18 22:15:00, kcc2 wrote: > On 2016/08/18 22:11:14, groby wrote: > > On 2016/08/18 ...
4 years, 4 months ago (2016-08-18 22:16:26 UTC) #16
kcc2
> I don't think I currently have the bandwidth to do that. Anybody on your ...
4 years, 4 months ago (2016-08-18 22:37:35 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2223603002/1
4 years, 3 months ago (2016-08-26 01:21:43 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/214306) chromeos_amd64-generic_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, ...
4 years, 3 months ago (2016-08-26 01:26:05 UTC) #21
groby-ooo-7-16
+thestig for base/ approval to DEPSify them. inferno/kcc2: Are you OK w/ this landing?
4 years, 3 months ago (2016-08-26 01:43:26 UTC) #26
kcc2
lgtm It's better to have this fuzz target fixed this way than to have it ...
4 years, 3 months ago (2016-08-26 01:45:27 UTC) #27
Lei Zhang
lgtm
4 years, 3 months ago (2016-08-26 01:47:00 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2223603002/40001
4 years, 3 months ago (2016-08-26 23:07:59 UTC) #37
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-08-27 00:25:58 UTC) #39
commit-bot: I haz the power
4 years, 3 months ago (2016-08-27 00:27:29 UTC) #41
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/5d6411a1a10652b1a3d9ced8d744f7e427918805
Cr-Commit-Position: refs/heads/master@{#414878}

Powered by Google App Engine
This is Rietveld 408576698