Commit f8518d36773f48d81ecf2312026657d11e36508b
1 parent
fa9df75b
Adjust qpdf_fuzzer warnings limit
Showing
1 changed file
with
1 additions
and
1 deletions
fuzz/qpdf_fuzzer.cc
| @@ -59,7 +59,7 @@ FuzzHelper::getQpdf() | @@ -59,7 +59,7 @@ FuzzHelper::getQpdf() | ||
| 59 | auto is = | 59 | auto is = |
| 60 | std::shared_ptr<InputSource>(new BufferInputSource("fuzz input", &this->input_buffer)); | 60 | std::shared_ptr<InputSource>(new BufferInputSource("fuzz input", &this->input_buffer)); |
| 61 | auto qpdf = QPDF::create(); | 61 | auto qpdf = QPDF::create(); |
| 62 | - qpdf->setMaxWarnings(500); | 62 | + qpdf->setMaxWarnings(200); |
| 63 | qpdf->processInputSource(is); | 63 | qpdf->processInputSource(is); |
| 64 | return qpdf; | 64 | return qpdf; |
| 65 | } | 65 | } |