aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz/fuzz_targets/markdown.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add `honggfuzz` as an alternative fuzzerLibravatar Christian Murphy2023-04-011-12/+0
| | | | | Closes GH-55. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
* Add mdx parser to fuzzingLibravatar Christian Murphy2022-11-251-0/+1
| | | | | Closes GH-25. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
* Remove unneeded `extern crate`sLibravatar Hocdoc2022-11-101-5/+1
| | | | | Closes GH-28. Co-authored-by: Bernhard Berger <bernhardberger3456@gmail.com>
* Fix filename of fuzzer taskLibravatar Christian Murphy2022-10-251-0/+15
Closes GH-12.