aboutsummaryrefslogtreecommitdiff
path: root/fuzz/corpus/fuzz_ds_tree/f0ba5409fa8e20e3220a2d12c9d9fe39cd2818d9
Commit message (Collapse)AuthorAge
* fuzz: improve fuzzing coverage (#2309)Ivan Nardi2024-02-09
|
* 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.