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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Lines starting with '#' and empty lines are ignored.
2
3 kPRegFileHeader = "PReg\x01\x00\x00\x00"
4 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 "
5
6 kDelimBracketOpen = "[\x00"
7 kDelimBracketClose = "]\x00"
8 kDelimSemicolon = ";\x00"
9
10 kRegistryPathSeparator = "\\\x00"
11
12 kActionTriggerPrefix = "*\x00*\x00"
13 kActionTriggerDeleteValues[] = "d\x00e\x00l\x00e\x00t\x00e\x00v\x00a\x00l\x00u\x 00e\x00s\x00"
14 kActionTriggerDel[] = "d\x00e\x00l\x00.\x00"
15 kActionTriggerDelVals[] = "d\x00e\x00l\x00v\x00a\x00l\x00s\x00"
16 kActionTriggerDeleteKeys[] = "d\x00e\x00l\x00e\x00t\x00e\x00k\x00e\x00y\x00s\x00 "
17 kActionTriggerSecureKey[] = "s\x00e\x00c\x00u\x00r\x00e\x00k\x00e\x00y\x00"
18 kActionTriggerSoft[] = "s\x00o\x00f\x00t\x00"
19
20 REG_SZ = "\x01"
21 REG_DWORD_LITTLE_ENDIAN = "\x04"
22
23 null = "\x00\x00"
OLDNEW
« 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