0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-11-21 16:55:21 +00:00
libsql/tools/fuzz
ad hoc 45daf74055
Fuzz parser (#1205)
* add gitignore

* add fuzz

* add gitignore
2024-03-13 10:17:31 +00:00
..
dicts Fuzz parser (#1205) 2024-03-13 10:17:31 +00:00
src Fuzz parser (#1205) 2024-03-13 10:17:31 +00:00
.gitignore Fuzz parser (#1205) 2024-03-13 10:17:31 +00:00
Cargo.lock Fuzz parser (#1205) 2024-03-13 10:17:31 +00:00
Cargo.toml Fuzz parser (#1205) 2024-03-13 10:17:31 +00:00
README.md Fuzz parser (#1205) 2024-03-13 10:17:31 +00:00

Fuzz

install carfo afl: cargo install cargo-afl

build the fuzz crate: cargo afl build

run the tests: ''' cargo afl fuzz -i dicts -x dicts/sql.dict -o out target/debug/fuzz parser '''

for more infos: https://rust-fuzz.github.io/book/afl.html