curl / curl-fuzzer

Quality assurance testing for the curl project
MIT License
82 stars 29 forks source link

add use of dns over https (doh) #30

Closed pauldreik closed 4 years ago

pauldreik commented 4 years ago

I managed to get the functions in doh.c exercised with this branch. It would be nice to see oss-fuzz cover also that function.

If you merge soon, it will be interesting to see if oss-fuzz finds the bug in https://github.com/curl/curl/pull/4352 before it has been merged into master. It may be difficult to randomly come up with a 480 something input while also matching the TLV and length, but let's see!

cmeister2 commented 4 years ago

LGTM. Let's see what it can do.