summaryrefslogtreecommitdiffstats
path: root/fuzzing/oss-fuzz
Commit message (Expand)AuthorAgeFilesLines
* oss-fuzz: force assertsRobert Löhning2025-03-241-1/+1
* fuzzing: Add tiff file which ran out of memoryRobert Löhning2024-10-251-1/+1
* fuzzing: Add tga file which triggered an integer overflowRobert Löhning2023-01-111-1/+1
* fuzzing: Refactor build.sh to allow the use of local Qt checkoutSamuel Gaist2022-10-061-27/+38
* fuzzing: Add icns files to initialize fuzzingRobert Löhning2022-06-201-1/+1
* oss-fuzz: Build qtimageformatsRobert Löhning2022-05-111-6/+11
* oss-fuzz: Use individual names for the temporary build directoriesRobert Löhning2022-04-281-3/+3
* oss-fuzz: Add fuzzer for QJsonDocument::fromJsonRobert Löhning2022-01-191-0/+2
* oss-fuzz: Build Qt from separate submodules instead of qt5.gitRobert Löhning2021-12-201-7/+14
* oss-fuzz: Don't build widgetsRobert Löhning2021-12-161-1/+1
* oss-fuzz: Update configure flagsRobert Löhning2021-08-161-1/+4
* oss-fuzz: Remove mkspec hacks for qmakeRobert Löhning2021-08-051-12/+0
* oss-fuzz: Use pushd and popd when changing directoriesRobert Löhning2021-08-041-2/+2
* oss-fuzz: Build all tests using cmakeRobert Löhning2021-07-291-45/+14
* oss-fuzz: Remove merged dicts directory after buildRobert Löhning2021-07-201-0/+2
* oss-fuzz: Merge dictionaries of multiple formatsRobert Löhning2021-06-211-2/+7
* oss-fuzz: Use qt-cmake instead of raw cmake for building testsRobert Löhning2021-05-031-1/+1
* oss-fuzz: Clean call to configureRobert Löhning2021-04-231-1/+1
* oss-fuzz: Build svg's fuzz target using CMakeRobert Löhning2021-04-221-1/+24
* oss-fuzz: Add fuzz target for QDateTimeRobert Löhning2021-03-291-0/+2
* fuzzing: Add files which caused undefined behaviorRobert Löhning2021-03-101-1/+2
* Add new testcaseAllan Sandfeld Jensen2021-03-021-1/+1
* oss-fuzz: Hack Makefiles to make qmake use CC/CXXRobert Löhning2021-03-011-0/+6
* oss-fuzz: Use my own copy of afl's dictionaries and testcasesRobert Löhning2021-02-161-9/+9
* Revert "oss-fuzz: Don't set platform explicitly"Robert Löhning2021-02-121-1/+1
* oss-fuzz: Don't set platform explicitlyRobert Löhning2021-02-031-1/+1
* oss-fuzz: Use dictionaries and testcases from aflplusplusRobert Löhning2021-02-011-9/+9
* fuzzing: Add an ico image which ran out of memoryRobert Loehning2021-01-271-1/+1
* fuzzing: Add further files which caused issuesRobert Loehning2021-01-131-1/+2
* oss-fuzz: Build as instructedRobert Loehning2021-01-121-1/+1
* oss-fuzz: Explicitly build for releaseRobert Loehning2020-12-141-1/+1
* oss-fuzz: Remove dead code from build scriptRobert Loehning2020-11-231-30/+17
* oss-fuzz: Remove temporary corpus importRobert Loehning2020-11-231-5/+0
* oss-fuzz: Import previous corpus for QTextDocument::setMarkdownRobert Loehning2020-11-191-0/+5
* fuzzing: Move fuzzer for setMarkdown to new naming schemeRobert Loehning2020-11-131-1/+1
* fuzzing: Add recently published test casesRobert Loehning2020-09-231-1/+1
* fuzzing: Use xpm inputs when fuzzing imagesRobert Loehning2020-08-201-1/+1
* fuzzing: Add an xbm fileRobert Loehning2020-08-031-1/+1
* fuzzing: Add a jpeg file which ran out of memoryRobert Loehning2020-07-271-1/+1
* fuzzing: Add a gif file which triggered undefined behaviorRobert Loehning2020-07-151-1/+1
* oss-fuzz: Build fuzz target for QCryptographicHash::resultRobert Loehning2020-07-061-0/+1
* oss-fuzz: Use afl from base-builder image instead of own cloneRobert Loehning2020-07-031-6/+6
* oss-fuzz: Remove import from previous corpusRobert Loehning2020-07-031-5/+0
* oss-fuzz: Move fuzzer binary for QXmlStreamReader to new nameRobert Loehning2020-06-301-1/+6
* fuzzing: Copy build script from Google's repositoryRobert Loehning2020-06-291-0/+96