]> granicus.if.org Git - imagemagick/history - Magick++/fuzz
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9923
[imagemagick] / Magick++ / fuzz /
2018-06-26 Dirk LemstraUse CXXFLAGS instead of CFLAGS
2018-05-11 Alex GaynorFixed building fuzzers
2018-05-10 Dirk LemstraEnable LIBRAW_USE_CALLOC_INSTEAD_OF_MALLOC for libraw.
2018-04-27 Paul Kehrerbuild against libheif
2018-04-23 Paul Kehreruse autoconf
2018-04-23 Paul Kehrerfix oss-fuzz build with libtiff
2018-04-22 Dirk LemstraRemoved cmake option to test if that fixes the configur...
2018-04-22 Alex Gaynorsimplify
2018-04-22 Alex GaynorAdded a dict for mvg
2018-04-22 Alex GaynorCopy dicts over if they exist
2018-04-16 Paul Kehreradd lcms to the delegate list for oss-fuzz
2018-04-14 Dirk LemstraPrevent label that contains '%#' because this will...
2018-04-08 Dirk LemstraAdded memory leak detection.
2018-04-08 Dirk LemstraAdded initialize for the PNG fuzzer.
2018-04-08 Paul Kehreralso add the heic fuzzer corpus
2018-04-08 Paul Kehrerchange libtiff build order and switch to cmake
2018-04-08 Paul Kehreradd libpng to delegates
2018-04-07 Dirk LemstraUse file extension as fallback.
2018-04-02 Dirk LemstraCall InitializeMagick to make sure all initializers...
2018-04-02 Paul Kehreradd xz and libraw, change build process for freetype
2018-03-31 Paul Kehrertemporarily remove bzip2 from the oss-fuzz builds
2018-03-31 Paul Kehreruse the --with-utilities=no flag with oss-fuzz
2018-03-31 Dirk LemstraLimit the size of the PLASMA image when fuzzing to...
2018-03-30 Paul Kehreradd libjpeg-turbo, freetype2, and fix compilation for...
2018-03-30 Paul Kehreradd openjp2, webp, zlib, bzip2
2018-03-30 Paul Kehrertemporary workaround to fix ubsan oss-fuzz (#1056)
2018-03-24 Dirk LemstraRenamed variable.
2018-03-24 Dirk LemstraWhitespace.
2018-03-23 Paul Kehreradd libtiff and libde265 to the oss-fuzz build scripts...
2018-03-17 Dirk LemstraFixed check.
2018-03-16 Dirk LemstraFallback to extension when the filename does not start...
2018-03-11 Dirk LemstraAdded separate fuzzer for pinging images.
2018-03-11 Dirk LemstraShould not throw exception...
2018-03-11 Dirk LemstraUse better method to determine the format from the...
2018-03-11 Dirk LemstraAlso added txt to the exclusion list because we keep...
2018-02-25 Paul Kehrerclose stdout/stderr on the fuzzers to reduce noise...
2018-01-29 Dirk LemstraRemoved gradient from allowed names.
2018-01-29 Dirk LemstraAdded separate fuzzer for gradient,radial-gradient...
2018-01-29 Dirk LemstraAdded label to the exclusion list.
2018-01-29 Dirk LemstraAdded separate fuzzer for the label encoder (#962).
2018-01-29 Alex GaynorEnsure we initialize a string correctly
2018-01-28 Dirk LemstraAdded interlace initializer for some of the fuzzers.
2018-01-28 Dirk LemstraAdded specific fuzzer for the xc format (#962)
2018-01-28 Dirk LemstraAdded NULL coder to the exclude list.
2018-01-27 Dirk LemstraUse a lower limit.
2018-01-27 Dirk LemstraLimit the maximum number of images in an image list...
2018-01-27 Dirk LemstraAdded exclude list for specific encoders when fuzzing...
2018-01-22 CristyLimit image maximum width and height to 2048 pixels
2018-01-20 Dirk LemstraMoved methods that can throw an exception inside the...
2018-01-20 Dirk LemstraLower memory mapping to avoid out of memory issues...
2018-01-19 Alex GaynorHandle the null encoder properly in the encoder fuzz
2018-01-18 Dirk LemstraOnly use the module name for the encoder list and added...
2018-01-16 Dirk LemstraAlways write when debugging under Windows.
2018-01-16 Dirk LemstraUse extra define to determine if the fuzzer supports...
2018-01-16 Dirk LemstraOnly build 1 encoder on travis.
2018-01-16 Dirk LemstraMove build script into the repo.
2018-01-16 Dirk LemstraSplit the build_fuzzers script in two script.
2018-01-16 Paul Kehrertry building the fuzzers without libfuzzer
2018-01-16 Dirk LemstraFixed build for VS2013.
2018-01-15 Dirk LemstraPrepare for flag to allow writing.
2018-01-15 Dirk LemstraUse `coderInfoList` and prepare for a `writable` flag
2018-01-14 Alex GaynorMove these calls otuside the try block, they should...
2018-01-14 Alex GaynorFixes for the encoder fuzzer so it runs properly
2018-01-14 Dirk LemstraAdded new class to change settings in the security...
2018-01-14 Dirk LemstraFixed implementation of huffman_decode_fuzzer.
2018-01-14 Dirk LemstraRefactored the code.
2018-01-14 Dirk LemstraMoved resource limit variable to utils.cc.
2018-01-13 Dirk LemstraChanges for the Windows build to allow debugging of...
2018-01-13 Dirk LemstraFurther decrease memory limit.
2018-01-11 Dirk LemstraReverted changes.
2018-01-11 henicesfix memory leaks
2018-01-10 Alex GaynorFuzzing fix: make this constructor public so others...
2018-01-10 Alex Gaynor[fuzz] Use a static initializer to set the memory limit...
2018-01-10 Dirk LemstraLimit memory to 1.5Gb to avoid OOM issues in the oss...
2018-01-10 Dirk LemstraUse new overload when reading the image.
2018-01-09 Dirk LemstraForce use of specific encoder when reading the image...
2018-01-09 Dirk LemstraMoved fuzz files to the Magick++ folder.