diff options
author | Christian Murphy <christian.murphy.42@gmail.com> | 2023-04-01 03:09:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-01 12:09:26 +0200 |
commit | b3a921c761309ae00a51fe348d8a43adbc54b518 (patch) | |
tree | 4e3b50a46d35cd3ce768746c12088fadf36f43fc /.gitignore | |
parent | 2498e31eecead798efc649502bbf5f86feaa94be (diff) | |
download | markdown-rs-b3a921c761309ae00a51fe348d8a43adbc54b518.tar.gz markdown-rs-b3a921c761309ae00a51fe348d8a43adbc54b518.tar.bz2 markdown-rs-b3a921c761309ae00a51fe348d8a43adbc54b518.zip |
Add `honggfuzz` as an alternative fuzzer
Closes GH-55.
Reviewed-by: Titus Wormer <tituswormer@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,3 +8,5 @@ unicode-data.txt fuzz/target fuzz/corpus fuzz/artifacts +fuzz/hfuzz_target +fuzz/hfuzz_workspace
\ No newline at end of file |