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

Unified Diff: base/third_party/nspr/fuzz/prtime.dict

Issue 2346723002: Add fuzzer for PRTime() from NSPR. (Closed)
Patch Set: Move fuzzer to base/third_party/nspr/fuzz. 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 | base/third_party/nspr/fuzz/prtime_fuzzer.cc » ('j') | testing/libfuzzer/fuzzers/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/third_party/nspr/fuzz/prtime.dict
diff --git a/base/third_party/nspr/fuzz/prtime.dict b/base/third_party/nspr/fuzz/prtime.dict
new file mode 100644
index 0000000000000000000000000000000000000000..7b14a536cb6ea42e83517950aa3ed2b590da1356
--- /dev/null
+++ b/base/third_party/nspr/fuzz/prtime.dict
@@ -0,0 +1,62 @@
+"0"
+"1"
+"2"
+"3"
+"4"
+"5"
+"6"
+"7"
+"8"
+"9"
+" "
+# <tab>
+"\x09"
+":"
+"."
+"/"
+"-"
+"+"
+";"
+"("
+")"
+"["
+"]"
+"T"
+"Z"
+"AM"
+"PM"
+"Mon"
+"Tue"
+"Wed"
+"Thu"
+"Fri"
+"Sat"
+"Sun"
+"Jan"
+"Feb"
+"Mar"
+"Apr"
+"May"
+"Jun"
+"Jul"
+"Aug"
+"Sep"
+"Oct"
+"Nov"
+"Dec"
+"AST"
+"BST"
+"CDT"
+"CST"
+"EDT"
+"EET"
+"EST"
+"GMT"
+"JST"
+"MDT"
+"MET"
+"MST"
+"NST"
+"PDT"
+"PST"
+"GMT"
« no previous file with comments | « no previous file | base/third_party/nspr/fuzz/prtime_fuzzer.cc » ('j') | testing/libfuzzer/fuzzers/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698