Logo white

OpenSystemsDevelopment / qpdf

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 4,691
  • Compare
  • Branches 1
  • Tags 0
  • qpdf
  • fuzz
  • qtest
  • fuzz.test
04 Nov, 2021
1 commit
  • Fix bug in merging resources /DR from foreign AcroForm (fixes #548) ...
    4a648b9a
    When making resources indirect in from_dr, the code was using the
    wrong owning QPDF, forgetting that from_dr had already been copied
    using CopyForeignObject.
    Jay Berkenbilt authored
    2021-11-04 12:29:42 -0400  
    Browse File »

21 Oct, 2020
1 commit
  • Remove some fuzz files with Mal/PDFEx-H (fixes #460) ...
    ef127001
    There isn't really an issue with these files causing a real problem,
    but malware and virus checkers trip on them, and the value to leaving
    them in the test suite is too low to be worth the hassle.
    Jay Berkenbilt authored
    2020-10-21 14:44:20 -0400  
    Browse File »

28 Aug, 2019
1 commit
  • Detect stream in object stream, fixing fuzz 16214 ...
    47a38a94
    It's detected in QPDFWriter instead of at parse time because I can't
    figure out how to construct a test case in a reasonable time. This
    commit moves the fuzz file into the regular test suite for a QTC
    coverage case.
    Jay Berkenbilt authored
    2019-08-28 12:49:04 -0400  
    Browse File »

25 Aug, 2019
3 commits
  • Fix fuzz issue 15475
    6bc4cc3d
    Jay Berkenbilt authored
    2019-08-25 22:52:25 -0400  
    Browse File »
  • Move qpdf_fuzzer tests to the end ...
    8721f189
    This makes it faster to iterate on the other ones.
    Jay Berkenbilt authored
    2019-08-25 22:52:25 -0400  
    Browse File »
  • Fuzz build: allow easy addition of test files
    ecca87d7
    Jay Berkenbilt authored
    2019-08-25 22:52:25 -0400  
    Browse File »

23 Jun, 2019
1 commit
  • Add fuzzers to exercise specific pipeline classes
    0ae344d0
    Jay Berkenbilt authored
    2019-06-23 15:37:21 -0400  
    Browse File »

21 Jun, 2019
2 commits
  • Clean up fuzzer installation and add test files ...
    23207143
    * Create the seed corpus in the build directory
    * Don't assume all fuzzers share an options file
    Jay Berkenbilt authored
    2019-06-21 17:39:53 -0400  
    Browse File »
  • Re-enable fuzzer testing in Windows
    2c81eec4
    Jay Berkenbilt authored
    2019-06-21 17:32:35 -0400  
    Browse File »

15 Jun, 2019
1 commit
  • As a test suite, run stand-alone fuzzer on seed corpus ...
    bcfa4079
    Temporarily skip fuzz tests on Windows. There are Windows-specific
    failures to address later.
    Jay Berkenbilt authored
    2019-06-15 17:24:24 -0400  
    Browse File »