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

Side by Side Diff: third_party/sqlite/fuzz/sqlite3_prepare_v2_fuzzer.dict

Issue 2497603002: Limit memory usage for sqlite3 fuzzer + move it to sqlite dir. (Closed)
Patch Set: Fix nits. Created 4 years, 1 month 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
« no previous file with comments | « third_party/sqlite/fuzz/sqlite3_prepare_v2_fuzzer.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # AFL dictionary for SQL 2 # AFL dictionary for SQL
3 # ---------------------- 3 # ----------------------
4 # 4 #
5 # Modeled based on SQLite documentation, contains some number of SQLite 5 # Modeled based on SQLite documentation, contains some number of SQLite
6 # extensions. Other dialects of SQL may benefit from customized dictionaries. 6 # extensions. Other dialects of SQL may benefit from customized dictionaries.
7 # 7 #
8 # If you append @1 to the file name when loading this dictionary, afl-fuzz 8 # If you append @1 to the file name when loading this dictionary, afl-fuzz
9 # will also additionally load a selection of pragma keywords that are very 9 # will also additionally load a selection of pragma keywords that are very
10 # specific to SQLite (and are probably less interesting from the security 10 # specific to SQLite (and are probably less interesting from the security
(...skipping 889 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 "2nd" 900 "2nd"
901 "depth" 901 "depth"
902 "R" 902 "R"
903 "ISO," 903 "ISO,"
904 "time" 904 "time"
905 "SQL\xe2\x80\x9d," 905 "SQL\xe2\x80\x9d,"
906 "FEAT2" 906 "FEAT2"
907 "[ISO9075-3]" 907 "[ISO9075-3]"
908 "(SQL/PSM)." 908 "(SQL/PSM)."
909 "ISO/IEC" 909 "ISO/IEC"
OLDNEW
« no previous file with comments | « third_party/sqlite/fuzz/sqlite3_prepare_v2_fuzzer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698