Add fuzzing of DNS server response parsing
authorMatt Corallo <git@bluematt.me>
Sun, 11 Feb 2024 20:43:30 +0000 (20:43 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 11 Feb 2024 20:43:30 +0000 (20:43 +0000)
commit017c50d3674e47489392523ef3655ca5b35c1622
tree2df9b183c36ce0d0014d0ec00f70a7f259047140
parent82e51554f05ba47826f1ee9afdce3add1e8b1457
Add fuzzing of DNS server response parsing
fuzz/Cargo.toml [new file with mode: 0644]
fuzz/src/parse_response.rs [new file with mode: 0644]
fuzz/test_cases/parse_response/SIGABRT.PC.7ffff7e42d3c.STACK.1b2d5a02ed.CODE.-6.ADDR.0.INSTR.mov____%eax,%ebp.fuzz [new file with mode: 0644]
fuzz/test_cases/parse_response/SIGABRT.PC.7ffff7e42d3c.STACK.c7bb77f34.CODE.-6.ADDR.0.INSTR.mov____%eax,%ebp.fuzz [new file with mode: 0644]
fuzz/test_cases/parse_response/SIGABRT.PC.7ffff7e42d3c.STACK.cbd61ac64.CODE.-6.ADDR.0.INSTR.mov____%eax,%ebp.fuzz [new file with mode: 0644]
fuzz/test_cases/parse_response/SIGSEGV.PC.5555555998f9.STACK.1a75cee75b.CODE.1.ADDR.7fffff7feff8.INSTR.push___%rbx.fuzz [new file with mode: 0644]
src/query.rs