Commit f8518d36773f48d81ecf2312026657d11e36508b

Authored by m-holger
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 59 auto is =
60 60 std::shared_ptr<InputSource>(new BufferInputSource("fuzz input", &this->input_buffer));
61 61 auto qpdf = QPDF::create();
62   - qpdf->setMaxWarnings(500);
  62 + qpdf->setMaxWarnings(200);
63 63 qpdf->processInputSource(is);
64 64 return qpdf;
65 65 }
... ...