summaryrefslogtreecommitdiff
path: root/contrib/oss-fuzz
Commit message (Collapse)AuthorAgeFilesLines
* Reformatting in all other directories using 'pre-commit run'pre-commit run by Even Rouault2022-12-081-74/+88
|
* Use standard C99 integer typesRoger Leigh2021-01-211-10/+10
|
* contrib/oss-fuzz/build.sh: fix broken if constructEven Rouault2019-12-141-3/+1
|
* contrib/oss-fuzz/build.sh: other attempt at fixing build failureEven Rouault2019-11-281-6/+12
|
* contrib/oss-fuzz/build.sh: install liblzma-dev for x86_64 buildsEven Rouault2019-11-201-0/+2
|
* contrib/oss-fuzz/build.sh: install liblzma-dev:i386 on i386 buildsEven Rouault2019-11-171-0/+6
|
* contrib/oss-fuzz/build.sh: fix ossfuzz build by statically linking to lzmaEven Rouault2019-11-141-1/+1
|
* tiff_read_rgba_fuzzer.cc: add a -DSTANDALONE mode for easier reproduction of ↵Even Rouault2019-09-021-0/+82
| | | | oss-fuzz reports
* oss-fuzz/tiff_read_rgba_fuzzer.cc: fix wrong env variable value in previous ↵Even Rouault2019-08-111-1/+1
| | | | commit
* oss-fuzz/tiff_read_rgba_fuzzer.cc: avoid issue with libjpeg-turbo and MSANEven Rouault2019-08-111-0/+9
|
* contrib/oss-fuzz/build.sh: fix for i386 build of jbigkit, and use ↵Even Rouault2019-08-101-2/+9
| | | | $LIB_FUZZING_ENGINE
* add jbig support to the fuzzerPaul Kehrer2018-10-291-1/+9
|
* remove a pointless multiplication and a variable that's not necessaryPaul Kehrer2018-04-171-4/+2
|
* move oss-fuzz build script and fuzzer into libtiff treePaul Kehrer2018-04-172-0/+142