summaryrefslogtreecommitdiffstats
path: root/fuzz/fuzz_packets_kea_dhcp4.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#3605] fixed fuzz on BSD-like systemsRazvan Becheriu2024-10-241-1/+9
|
* [#3605] Integrate a new fuzzing solution in KeaAndrei Pavel2024-10-231-0/+121
The solution is based on clusterfuzzlite, libfuzzer, and oss-fuzz technologies. - Add the .clusterfuzzlite directory. - Add the fuzz CI stage and fuzzing CI jobs. - Add the fuzzing targets in the fuzz directory. - Document fuzzing in doxygen.