mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-28 04:21:07 -05:00
Previously, the bin/system/wire_test.c was optionally used as a fuzzer, this commit extracts the parts relevant to the fuzzing into a specialized fuzzer that can be used in oss-fuzz project. The fuzzer parses the input as UDP DNS message, then prints parsed DNS message, then renders the DNS message and then prints the rendered DNS message. No part of the code should cause a assertion failure.
7 lines
129 B
Text
7 lines
129 B
Text
/*.dSYM/
|
|
/*.out/
|
|
/dns_message_parse
|
|
/dns_name_fromtext_target
|
|
/dns_rdata_fromwire_text
|
|
/isc_lex_getmastertoken
|
|
/isc_lex_gettoken
|