aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/dnsmasq
Commit message (Collapse)AuthorAge
* Attempt to fix insufficient extract_name buffer (#7293)Gravatar Petr Menšík2022-04-05
| | | | | | | | | | | | | | | | | | | * Attempt to fix insufficient extract_name buffer Some fuzzing failures happen because extract_name always uses in real dnsmasq code daemon->namebuff of size at least MAXDNAME. Provide long enough data also to fuzzed functions. * Add myself as an interested party Being dnsmasq maintainer in Fedora project and RHEL, I am interested in new found failures. Especially when security related. * Allocate full dhcp packet buffer fuzz_dhcp can fail in clear packet. But that fails, because clear packet always cleans whole buffer of maximal DHCP packet. But fuzzer allocates less. Fix fuzzer to allocate similar memory as dhcp_common_init() function of real dnsmasq.
* dnsmasq: fix patch (#7252)Gravatar DavidKorczynski2022-02-08
|
* dnsmasq: fix patch (#7082)Gravatar DavidKorczynski2022-01-01
|
* dnsmasq: fix fuzzer and build (#6545)Gravatar DavidKorczynski2021-10-02
|
* dnsmasq: fix patch and build (#6491)Gravatar DavidKorczynski2021-09-20
|
* dnsmasq: new fuzzing set up and fuzzers. (#5996)Gravatar DavidKorczynski2021-07-05
| | | | | * dnsmasq: new fuzzing set up and fuzzers. * remove old util fuzzer from dockerfile.
* dnsmasq: initial integration. (#5900)Gravatar DavidKorczynski2021-06-15
* dnsmasq: initial integration. * fuzz rfc1035 parts and add maintainer email. * updated fuzzer.