Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fuzz: extend fuzzing coverage (#2052) | Ivan Nardi | 2023-07-18 |
| | | | | Added/merged some traces. Improved Socks identification | ||
* | Add some fuzzers to test other data structures. (#1870) | Ivan Nardi | 2023-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. |