| OLD | NEW |
| 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 Loading... |
| 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" |
| OLD | NEW |