nodejs / http-parser

http request/response parser for c
MIT License
6.32k stars 1.53k forks source link

Added a first fuzzer for the parser. #506

Closed DavidKorczynski closed 4 years ago

DavidKorczynski commented 4 years ago

Hi, I starting fuzzing http-parser and have created an initial integration with OSS-Fuzz. The fuzzer is in the pull request and the integration with OSS-Fuzz will occur in their own repository (https://github.com/google/oss-fuzz). The build itself occurs within OSS-Fuzz and the code will be continuously fuzzed. If you are interested then please merge the request and provide me with an email to which bug reports will be sent - notice this email will be publicly visible. I am happy to continue creating fuzzers for the project if you would like, but the current fuzzer should be able to reach a decent amount of the code!

David

bnoordhuis commented 4 years ago

I took the liberty of adding my suggestion. Landed in 7af127d, thanks David!