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

Side by Side Diff: syzygy/instrument/test_data/afl-bad-config.json

Issue 2951713003: adds the afl instrumenter. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "whitelist" : [
3 "fuzzme", "pattern1", /* "foo", */ "_pattern2"
4 ],
5
6 "blacklist" : [ "foo" ]
7 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698