curl / curl-fuzzer

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

ossfuzz: Prevent large numbers of headers from causing timeouts #15

Closed cmeister2 closed 6 years ago

cmeister2 commented 6 years ago

The fuzzer was far too generous in the number of allowed headers.

Detected by OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6937

jay commented 6 years ago

In the future please reference the PR or issue in the commit message with Closes or Fixes as appropriate, eg

Closes #15 or Closes https://github.com/curl/curl-fuzzer/pull/15