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

Issue 1929703003: fuzzers for VerifyNameMatch and VerifyNameInSubtree (Closed)

Created:
4 years, 7 months ago by mattm
Modified:
4 years, 7 months ago
Reviewers:
mmoroz, eroman
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

fuzzers for VerifyNameMatch and VerifyNameInSubtree BUG= Committed: https://crrev.com/afe43b899be59473af5620af17d5512555a9c7d6 Cr-Commit-Position: refs/heads/master@{#390467}

Patch Set 1 #

Total comments: 1

Patch Set 2 : rebase #

Patch Set 3 : use FuzzedDataProvider #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -0 lines) Patch
M net/BUILD.gn View 1 2 2 chunks +22 lines, -0 lines 0 comments Download
M net/base/fuzzed_data_provider.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M net/base/fuzzed_data_provider.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
A net/cert/internal/verify_name_match_fuzzer.cc View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
A net/cert/internal/verify_name_match_verifynameinsubtree_fuzzer.cc View 1 2 1 chunk +25 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (5 generated)
mattm
Just the first thing I thought of for dividing the input data into two chunks, ...
4 years, 7 months ago (2016-04-28 03:43:44 UTC) #2
mattm
+mmoroz Any thoughts on this method of breaking the input into two parts?
4 years, 7 months ago (2016-04-28 16:06:41 UTC) #4
eroman
https://codereview.chromium.org/1929703003/diff/1/net/cert/internal/verify_name_match_fuzzer.cc File net/cert/internal/verify_name_match_fuzzer.cc (right): https://codereview.chromium.org/1929703003/diff/1/net/cert/internal/verify_name_match_fuzzer.cc#newcode13 net/cert/internal/verify_name_match_fuzzer.cc:13: // Use the first byte of data as a ...
4 years, 7 months ago (2016-04-28 18:27:10 UTC) #5
mattm
On 2016/04/28 18:27:10, eroman wrote: > https://codereview.chromium.org/1929703003/diff/1/net/cert/internal/verify_name_match_fuzzer.cc > File net/cert/internal/verify_name_match_fuzzer.cc (right): > > https://codereview.chromium.org/1929703003/diff/1/net/cert/internal/verify_name_match_fuzzer.cc#newcode13 > ...
4 years, 7 months ago (2016-04-28 18:46:03 UTC) #6
eroman
On Thu, Apr 28, 2016 at 11:46 AM, <mattm@chromium.org> wrote: > On 2016/04/28 18:27:10, eroman ...
4 years, 7 months ago (2016-04-28 19:02:34 UTC) #7
mattm
updated to use FuzzedDataProvider
4 years, 7 months ago (2016-04-28 19:22:50 UTC) #9
eroman
lgtm
4 years, 7 months ago (2016-04-28 19:32:11 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1929703003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1929703003/60001
4 years, 7 months ago (2016-04-28 19:34:13 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 7 months ago (2016-04-28 20:41:03 UTC) #13
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/afe43b899be59473af5620af17d5512555a9c7d6 Cr-Commit-Position: refs/heads/master@{#390467}
4 years, 7 months ago (2016-04-30 17:20:48 UTC) #14
mmoroz
Sorry for my delayed response (due to OOO). Do I understand correctly that it would ...
4 years, 7 months ago (2016-05-04 13:47:48 UTC) #16
mattm
On 2016/05/04 13:47:48, mmoroz wrote: > Sorry for my delayed response (due to OOO). > ...
4 years, 7 months ago (2016-05-16 19:15:18 UTC) #17
mmoroz
On 2016/05/16 19:15:18, mattm wrote: > On 2016/05/04 13:47:48, mmoroz wrote: > > Sorry for ...
4 years, 7 months ago (2016-05-20 08:24:20 UTC) #18
mmoroz
4 years, 7 months ago (2016-05-20 09:36:56 UTC) #19
Message was sent while issue was closed.
After some testing I think max_len doesn't matter without seed corpus in this
case. Cannot find any new coverage locally with any max_len. Let's generate some
valid inputs and then adjust max_len according to them.

Powered by Google App Engine
This is Rietveld 408576698