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

Unified Diff: chrome/test/data/policy/gpo/fuzzer.dict

Issue 2791193005: Add fuzzer test for preg_parser (Closed)
Patch Set: Compile preg parser on Linux Created 3 years, 8 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
Index: chrome/test/data/policy/gpo/fuzzer.dict
diff --git a/chrome/test/data/policy/gpo/fuzzer.dict b/chrome/test/data/policy/gpo/fuzzer.dict
new file mode 100644
index 0000000000000000000000000000000000000000..8f1be9851aaa57a511a75edcb26b86e8d93e8e71
--- /dev/null
+++ b/chrome/test/data/policy/gpo/fuzzer.dict
@@ -0,0 +1,23 @@
+# Lines starting with '#' and empty lines are ignored.
+
+kPRegFileHeader = "PReg\x01\x00\x00\x00"
+kRegistryChromePolicyKey = "S\x00O\x00F\x00T\x00W\x00A\x00R\x00E\x00\\\x00P\x00o\x00l\x00i\x00c\x00i\x00e\x00s\x00\\\x00C\x00h\x00r\x00o\x00m\x00i\x00u\x00m\x00"
+
+kDelimBracketOpen = "[\x00"
+kDelimBracketClose = "]\x00"
+kDelimSemicolon = ";\x00"
+
+kRegistryPathSeparator = "\\\x00"
+
+kActionTriggerPrefix = "*\x00*\x00"
+kActionTriggerDeleteValues[] = "d\x00e\x00l\x00e\x00t\x00e\x00v\x00a\x00l\x00u\x00e\x00s\x00"
+kActionTriggerDel[] = "d\x00e\x00l\x00.\x00"
+kActionTriggerDelVals[] = "d\x00e\x00l\x00v\x00a\x00l\x00s\x00"
+kActionTriggerDeleteKeys[] = "d\x00e\x00l\x00e\x00t\x00e\x00k\x00e\x00y\x00s\x00"
+kActionTriggerSecureKey[] = "s\x00e\x00c\x00u\x00r\x00e\x00k\x00e\x00y\x00"
+kActionTriggerSoft[] = "s\x00o\x00f\x00t\x00"
+
+REG_SZ = "\x01"
+REG_DWORD_LITTLE_ENDIAN = "\x04"
+
+null = "\x00\x00"
« no previous file with comments | « no previous file | chrome/test/data/policy/gpo/fuzzer_corpus/empty.pol » ('j') | components/policy/core/common/preg_parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698