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

Unified Diff: testing/libfuzzer/fuzzers/dicts/web_icon_sizes.dict

Issue 2317163002: Add fuzzer for blink::WebIconSizesParser (Closed)
Patch Set: Rebased Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/libfuzzer/fuzzers/dicts/web_icon_sizes.dict
diff --git a/testing/libfuzzer/fuzzers/dicts/web_icon_sizes.dict b/testing/libfuzzer/fuzzers/dicts/web_icon_sizes.dict
new file mode 100644
index 0000000000000000000000000000000000000000..3616c4f0969fc6a4fdeb206f23e28e3b945fd3f2
--- /dev/null
+++ b/testing/libfuzzer/fuzzers/dicts/web_icon_sizes.dict
@@ -0,0 +1,23 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+"x"
+"X"
+"0"
+"1"
+"2"
+"3"
+"4"
+"5"
+"6"
+"7"
+"8"
+"9"
+"any"
+"ANY"
+"\x00"
+"\x09"
+"\x0A"
+"\x0C"
+"\x0D"
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698