bind9/tests/bench
Tony Finch 04f3000dfc Fuzzing and benchmarking for dns_name_fromwire()
Since this is very sensitive code which has often had security
problems in many DNS implementations, it needs a decent amount of
validation. This fuzzer ensures that the new code has the same output
as the old code, and that it doesn't take longer than a second.

The benchmark uses the fuzzer's copy of the old dns_name_fromwire()
code to compare a number of scenarios: many compression pointers, many
labels, long labels, random data, with/without downcasing.
2022-11-17 08:45:17 +00:00
..
.gitignore Fuzzing and benchmarking for dns_name_fromwire() 2022-11-17 08:45:17 +00:00
ascii.c Use the semantic patch to do the unsigned -> unsigned int change 2022-09-19 15:56:02 +02:00
compress.c A couple of compression microbenchmarks 2022-10-17 08:45:44 +02:00
dns_name_fromwire.c Fuzzing and benchmarking for dns_name_fromwire() 2022-11-17 08:45:17 +00:00
Makefile.am Fuzzing and benchmarking for dns_name_fromwire() 2022-11-17 08:45:17 +00:00
siphash.c Suppress division by zero warning 2022-10-05 12:31:42 +01:00