bind9/fuzz/.gitignore
Tony Finch b06f6ef75a Fuzz testing the qp-trie
Ensure dns_qpkey_fromname() and dns_qpkey_toname() are inverses.

Excercise a single-threaded dns_qp_t with a fixed set of random keys
and a small chunk size. Use the table of names to ensure that the trie
is behaving as expected. This is (in effect) randomized testing like
the `qpmulti` unit test, but making use of coverage-guided fuzzing
and (in principle) test case minimization.
2023-02-27 13:47:25 +00:00

13 lines
231 B
Text

/*.dSYM/
/*.out/
/dns_master_load
/dns_message_checksig
/dns_message_parse
/dns_name_fromtext_target
/dns_name_fromwire
/dns_qp
/dns_qpkey_name
/dns_rdata_fromtext
/dns_rdata_fromwire_text
/isc_lex_getmastertoken
/isc_lex_gettoken