aboutsummaryrefslogtreecommitdiff
path: root/fuzz/corpus/fuzz_ds_libcache/e0c22f5deaea2aabbf8c1e28dd0d40290b415cf3
Commit message (Collapse)AuthorAge
* Add some fuzzers to test other data structures. (#1870)Ivan Nardi2023-01-25
Start using a dictionary for fuzzing (see: https://llvm.org/docs/LibFuzzer.html#dictionaries). Remove some dead code. Fuzzing with debug enabled is not usually a great idea (from performance POV). Keep the code since it might be useful while debugging.