summaryrefslogtreecommitdiffstats
path: root/fuzz (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#3082] add support for multiple unix and http socketsRazvan Becheriu7 days4-16/+16
|
* [#3587] Fixed sql scripts and fuzzingThomas Markwalder2024-10-281-1/+1
| | | | | | | | | | | Changes to be committed: modified: ../../../fuzz/fuzz.h modified: ../../lib/dhcpsrv/ip_range_permutation.h modified: ../../lib/util/bigints.h modified: ../../share/database/scripts/mysql/dhcpdb_create.mysql modified: ../../share/database/scripts/mysql/upgrade_025_to_026.sh.in modified: ../../share/database/scripts/pgsql/dhcpdb_create.pgsql modified: ../../share/database/scripts/pgsql/upgrade_025_to_026.sh.in
* [#3605] fixed fuzz on BSD-like systemsRazvan Becheriu2024-10-243-4/+20
|
* [#3605] Remove unused files in fuzzAndrei Pavel2024-10-246-205/+0
|
* [#3605] Rotate ports on HTTP fuzzers as wellAndrei Pavel2024-10-2310-52/+66
|
* [#3605] use server listenerRazvan Becheriu2024-10-234-70/+16
|
* [#3605] Specialize HTTP fuzzers into v4 and v6Andrei Pavel2024-10-2358-85/+375
|
* [#3605] Razvan's fix for ASAN warnings in fuzzingAndrei Pavel2024-10-232-2/+11
|
* [#3605] Integrate a new fuzzing solution in KeaAndrei Pavel2024-10-2364-0/+1580
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.