]> granicus.if.org Git - imagemagick/log
imagemagick
6 years agowe need to link against freetype
Paul Kehrer [Mon, 15 Jan 2018 17:10:55 +0000 (11:10 -0600)]
we need to link against freetype

we might need -lfontconfig as well but one thing at a time...

6 years agomake the script executable
Paul Kehrer [Mon, 15 Jan 2018 16:39:38 +0000 (10:39 -0600)]
make the script executable

6 years agobuild the fuzzers in travis
Paul Kehrer [Mon, 15 Jan 2018 16:23:19 +0000 (10:23 -0600)]
build the fuzzers in travis

6 years agoFixed build for VS2013.
Dirk Lemstra [Tue, 16 Jan 2018 11:27:52 +0000 (12:27 +0100)]
Fixed build for VS2013.

6 years ago...
Cristy [Tue, 16 Jan 2018 00:49:09 +0000 (19:49 -0500)]
...

6 years agoPrepare for flag to allow writing.
Dirk Lemstra [Mon, 15 Jan 2018 22:03:27 +0000 (23:03 +0100)]
Prepare for flag to allow writing.

6 years agoUse `coderInfoList` and prepare for a `writable` flag
Dirk Lemstra [Mon, 15 Jan 2018 21:53:42 +0000 (22:53 +0100)]
Use `coderInfoList` and prepare for a `writable` flag

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/945
Cristy [Mon, 15 Jan 2018 13:30:56 +0000 (08:30 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/945

6 years agoFixed copy paste mistake.
Dirk Lemstra [Sun, 14 Jan 2018 21:53:18 +0000 (22:53 +0100)]
Fixed copy paste mistake.

6 years agoUse our own implementation of to_string to fix the build.
Dirk Lemstra [Sun, 14 Jan 2018 21:48:40 +0000 (22:48 +0100)]
Use our own implementation of to_string to fix the build.

6 years agoTry to see if the build is fixed when the `std::` namespace is added.
Dirk Lemstra [Sun, 14 Jan 2018 21:37:43 +0000 (22:37 +0100)]
Try to see if the build is fixed when the `std::` namespace is added.

6 years agoCorrected typecast
Dirk Lemstra [Sun, 14 Jan 2018 21:11:53 +0000 (22:11 +0100)]
Corrected typecast
Credit to OSS-Fuzz

6 years ago...
Cristy [Sun, 14 Jan 2018 19:46:31 +0000 (14:46 -0500)]
...

6 years ago...
Cristy [Sun, 14 Jan 2018 19:25:06 +0000 (14:25 -0500)]
...

6 years agoMove these calls otuside the try block, they should never fail
Alex Gaynor [Sun, 14 Jan 2018 16:07:09 +0000 (11:07 -0500)]
Move these calls otuside the try block, they should never fail

6 years agoFixes for the encoder fuzzer so it runs properly
Alex Gaynor [Sun, 14 Jan 2018 15:45:45 +0000 (10:45 -0500)]
Fixes for the encoder fuzzer so it runs properly

6 years ago...
Cristy [Sun, 14 Jan 2018 19:14:19 +0000 (14:14 -0500)]
...

6 years ago...
Cristy [Sun, 14 Jan 2018 13:57:59 +0000 (08:57 -0500)]
...

6 years ago...
Cristy [Sun, 14 Jan 2018 13:30:59 +0000 (08:30 -0500)]
...

6 years ago...
Cristy [Sun, 14 Jan 2018 13:29:11 +0000 (08:29 -0500)]
...

6 years ago...
Cristy [Sun, 14 Jan 2018 01:12:36 +0000 (20:12 -0500)]
...

6 years agoAdded check for an empty string to avoid use of uninitialized value.
Dirk Lemstra [Sun, 14 Jan 2018 11:54:50 +0000 (12:54 +0100)]
Added check for an empty string to avoid use of uninitialized value.
Credit to OSS-Fuzz

6 years agoAdded new class to change settings in the security policy.
Dirk Lemstra [Sun, 14 Jan 2018 01:02:49 +0000 (02:02 +0100)]
Added new class to change settings in the security policy.
Credit to OSS-Fuzz

6 years agoAdded check to avoid division by zero.
Dirk Lemstra [Sun, 14 Jan 2018 00:55:04 +0000 (01:55 +0100)]
Added check to avoid division by zero.
Credit to OSS-Fuzz

6 years ago...
Cristy [Sun, 14 Jan 2018 00:50:56 +0000 (19:50 -0500)]
...

6 years ago...
Cristy [Sun, 14 Jan 2018 00:21:03 +0000 (19:21 -0500)]
...

6 years agoFixed implementation of huffman_decode_fuzzer.
Dirk Lemstra [Sun, 14 Jan 2018 00:46:14 +0000 (01:46 +0100)]
Fixed implementation of huffman_decode_fuzzer.

6 years agoRefactored the code.
Dirk Lemstra [Sun, 14 Jan 2018 00:26:57 +0000 (01:26 +0100)]
Refactored the code.

6 years agoMoved resource limit variable to utils.cc.
Dirk Lemstra [Sun, 14 Jan 2018 00:24:33 +0000 (01:24 +0100)]
Moved resource limit variable to utils.cc.

6 years agoAdded ResetMagickMemory to fix reading from initialized memory.
Dirk Lemstra [Sun, 14 Jan 2018 00:20:15 +0000 (01:20 +0100)]
Added ResetMagickMemory to fix reading from initialized memory.
Credit to OSS-Fuzz

6 years agoFixed setting the domain.
Dirk Lemstra [Sat, 13 Jan 2018 23:55:12 +0000 (00:55 +0100)]
Fixed setting the domain.

6 years agoFixed typo.
Dirk Lemstra [Sat, 13 Jan 2018 23:53:33 +0000 (00:53 +0100)]
Fixed typo.

6 years agoReverted patch.
Dirk Lemstra [Sat, 13 Jan 2018 23:22:25 +0000 (00:22 +0100)]
Reverted patch.

6 years agoAdded SetMagickSecurityPolicyValue that can be used to change a security policy value.
Dirk Lemstra [Sat, 13 Jan 2018 23:15:19 +0000 (00:15 +0100)]
Added SetMagickSecurityPolicyValue that can be used to change a security policy value.

6 years agoSetMagickResourceLimit will return false when the ResourceType is invalid.
Dirk Lemstra [Sat, 13 Jan 2018 21:59:39 +0000 (22:59 +0100)]
SetMagickResourceLimit will return false when the ResourceType is invalid.

6 years agoMinor refactoring.
Dirk Lemstra [Sat, 13 Jan 2018 18:11:36 +0000 (19:11 +0100)]
Minor refactoring.

6 years agoChanges for the Windows build to allow debugging of the oss-fuzz test cases.
Dirk Lemstra [Sat, 13 Jan 2018 18:03:20 +0000 (19:03 +0100)]
Changes for the Windows build to allow debugging of the oss-fuzz test cases.

6 years ago...
Cristy [Sat, 13 Jan 2018 17:41:20 +0000 (12:41 -0500)]
...

6 years agoReturn if the image does not have an associated blob
Cristy [Sat, 13 Jan 2018 14:58:46 +0000 (09:58 -0500)]
Return if the image does not have an associated blob

6 years agoAcquireQuantumPixel() now respects the memory-map and max-memory-request securit
Cristy [Sat, 13 Jan 2018 14:57:17 +0000 (09:57 -0500)]
AcquireQuantumPixel() now respects the memory-map and max-memory-request securit
y policies

6 years agoAdded check to avoid possible division by zero.
Dirk Lemstra [Sat, 13 Jan 2018 02:12:18 +0000 (03:12 +0100)]
Added check to avoid possible division by zero.
Credit to OSS-Fuzz

6 years ago...
Cristy [Sat, 13 Jan 2018 01:39:03 +0000 (20:39 -0500)]
...

6 years agoFurther decrease memory limit.
Dirk Lemstra [Sat, 13 Jan 2018 00:56:41 +0000 (01:56 +0100)]
Further decrease memory limit.

6 years agoAdded extra check for the number of elements
Dirk Lemstra [Sat, 13 Jan 2018 00:00:40 +0000 (01:00 +0100)]
Added extra check for the number of elements
Credit to OSS-Fuzz

6 years agoRemove debugging line
Cristy [Fri, 12 Jan 2018 10:55:25 +0000 (05:55 -0500)]
Remove debugging line

6 years ago...
Cristy [Fri, 12 Jan 2018 01:02:10 +0000 (20:02 -0500)]
...

6 years agoAdded check to avoid use of uninitialized value.
Dirk Lemstra [Thu, 11 Jan 2018 22:50:42 +0000 (23:50 +0100)]
Added check to avoid use of uninitialized value.
Credit to OSS-Fuzz

6 years agoFixed build for when there is no HEIC support.
Dirk Lemstra [Thu, 11 Jan 2018 22:44:18 +0000 (23:44 +0100)]
Fixed build for when there is no HEIC support.

6 years agoReverted changes.
Dirk Lemstra [Thu, 11 Jan 2018 18:53:57 +0000 (19:53 +0100)]
Reverted changes.

6 years agoRemoved extra overload due to call ambiguity
Dirk Lemstra [Thu, 11 Jan 2018 18:52:49 +0000 (19:52 +0100)]
Removed extra overload due to call ambiguity

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/941
Cristy [Thu, 11 Jan 2018 11:40:40 +0000 (06:40 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/941

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/939
Cristy [Thu, 11 Jan 2018 11:29:53 +0000 (06:29 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/939

6 years agofix memory leaks
henices [Thu, 11 Jan 2018 02:42:14 +0000 (10:42 +0800)]
fix memory leaks

6 years ago...
Cristy [Thu, 11 Jan 2018 01:34:00 +0000 (20:34 -0500)]
...

6 years ago...
Cristy [Thu, 11 Jan 2018 00:02:11 +0000 (19:02 -0500)]
...

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/507
Cristy [Wed, 10 Jan 2018 23:52:43 +0000 (18:52 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/507

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/937
Cristy [Wed, 10 Jan 2018 23:13:24 +0000 (18:13 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/937

6 years agoFuzzing fix: make this constructor public so others can use it
Alex Gaynor [Wed, 10 Jan 2018 22:22:50 +0000 (17:22 -0500)]
Fuzzing fix: make this constructor public so others can use it

6 years ago...
Cristy [Wed, 10 Jan 2018 14:19:55 +0000 (09:19 -0500)]
...

6 years ago[fuzz] Use a static initializer to set the memory limit so it only happens once per...
Alex Gaynor [Wed, 10 Jan 2018 13:29:24 +0000 (08:29 -0500)]
[fuzz] Use a static initializer to set the memory limit so it only happens once per process (#936)

* Use a static initializer to set the memory limit so it only happens once per process

* oops

6 years agoLimit memory to 1.5Gb to avoid OOM issues in the oss-fuzzers.
Dirk Lemstra [Wed, 10 Jan 2018 06:34:39 +0000 (07:34 +0100)]
Limit memory to 1.5Gb to avoid OOM issues in the oss-fuzzers.

6 years agoUse new overload when reading the image.
Dirk Lemstra [Wed, 10 Jan 2018 06:30:15 +0000 (07:30 +0100)]
Use new overload when reading the image.

6 years agoAdded extra overload for `read`.
Dirk Lemstra [Wed, 10 Jan 2018 06:29:26 +0000 (07:29 +0100)]
Added extra overload for `read`.

6 years agoFixed reading of an uninitialized value.
Dirk Lemstra [Tue, 9 Jan 2018 23:39:15 +0000 (00:39 +0100)]
Fixed reading of an uninitialized value.
Credit to OSS-Fuzz

6 years agoFixed memory leak
Dirk Lemstra [Tue, 9 Jan 2018 23:09:36 +0000 (00:09 +0100)]
Fixed memory leak
Credit to OSS-Fuzz

6 years agoForce use of specific encoder when reading the image in the fuzz tests created by...
Dirk Lemstra [Tue, 9 Jan 2018 22:55:03 +0000 (23:55 +0100)]
Force use of specific encoder when reading the image in the fuzz tests created by @reaperhulk.

6 years agoMoved call to `SetImageExtent` to exit earlier.
Dirk Lemstra [Tue, 9 Jan 2018 22:42:04 +0000 (23:42 +0100)]
Moved call to `SetImageExtent` to exit earlier.
Credit to OSS-Fuzz

6 years agoRemoved find.
Dirk Lemstra [Tue, 9 Jan 2018 20:46:49 +0000 (21:46 +0100)]
Removed find.

6 years agoMoved find to new line.
Dirk Lemstra [Tue, 9 Jan 2018 20:40:09 +0000 (21:40 +0100)]
Moved find to new line.

6 years agoTry normal make.
Dirk Lemstra [Tue, 9 Jan 2018 20:26:14 +0000 (21:26 +0100)]
Try normal make.

6 years agoFixed typo in check.
Dirk Lemstra [Tue, 9 Jan 2018 20:06:36 +0000 (21:06 +0100)]
Fixed typo in check.

6 years agoMoved fuzz files to the Magick++ folder.
Dirk Lemstra [Tue, 9 Jan 2018 18:56:02 +0000 (19:56 +0100)]
Moved fuzz files to the Magick++ folder.

6 years agoadd fuzzers from oss-fuzz
Paul Kehrer [Mon, 8 Jan 2018 21:48:02 +0000 (16:48 -0500)]
add fuzzers from oss-fuzz

6 years ago...
Cristy [Mon, 8 Jan 2018 00:25:48 +0000 (19:25 -0500)]
...

6 years ago...
Cristy [Mon, 8 Jan 2018 00:23:50 +0000 (19:23 -0500)]
...

6 years ago...
Cristy [Mon, 8 Jan 2018 00:08:17 +0000 (19:08 -0500)]
...

6 years ago...
Cristy [Sun, 7 Jan 2018 23:57:25 +0000 (18:57 -0500)]
...

6 years ago...
Cristy [Sun, 7 Jan 2018 21:08:24 +0000 (16:08 -0500)]
...

6 years ago...
Cristy [Sun, 7 Jan 2018 01:44:33 +0000 (20:44 -0500)]
...

6 years ago...
Cristy [Sun, 7 Jan 2018 00:49:46 +0000 (19:49 -0500)]
...

6 years ago...
Cristy [Sun, 7 Jan 2018 00:04:39 +0000 (19:04 -0500)]
...

6 years agoSupport aspect ratio geometry, e.g. -crop 3:2
Cristy [Sun, 7 Jan 2018 00:03:00 +0000 (19:03 -0500)]
Support aspect ratio geometry, e.g. -crop 3:2

6 years ago...
Cristy [Sat, 6 Jan 2018 23:08:59 +0000 (18:08 -0500)]
...

6 years ago...
Cristy [Sat, 6 Jan 2018 22:31:25 +0000 (17:31 -0500)]
...

6 years ago...
Cristy [Sat, 6 Jan 2018 20:42:58 +0000 (15:42 -0500)]
...

6 years ago... 7.0.7-21
Cristy [Sat, 6 Jan 2018 14:17:27 +0000 (09:17 -0500)]
...

6 years ago...
Cristy [Sat, 6 Jan 2018 13:49:02 +0000 (08:49 -0500)]
...

6 years agoFixed enum values.
Dirk Lemstra [Sat, 6 Jan 2018 13:08:53 +0000 (14:08 +0100)]
Fixed enum values.

6 years agoFixed typo in version number.
Dirk Lemstra [Sat, 6 Jan 2018 12:40:18 +0000 (13:40 +0100)]
Fixed typo in version number.

6 years agoFixed check for when the custom_stream was changed into a file.
Dirk Lemstra [Sat, 6 Jan 2018 12:34:19 +0000 (13:34 +0100)]
Fixed check for when the custom_stream was changed into a file.

6 years ago... 7.0.7-20
Cristy [Sat, 6 Jan 2018 00:50:28 +0000 (19:50 -0500)]
...

6 years ago...
Cristy [Thu, 4 Jan 2018 22:09:27 +0000 (17:09 -0500)]
...

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/927
Cristy [Thu, 4 Jan 2018 14:12:29 +0000 (09:12 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/927

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/930
Cristy [Thu, 4 Jan 2018 12:05:57 +0000 (07:05 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/930
https://github.com/ImageMagick/ImageMagick/issues/932

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/931
Cristy [Thu, 4 Jan 2018 11:49:08 +0000 (06:49 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/931

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/929
Cristy [Thu, 4 Jan 2018 11:37:50 +0000 (06:37 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/929

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/928
Cristy [Thu, 4 Jan 2018 11:34:55 +0000 (06:34 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/928

6 years agohttps://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=33307
Cristy [Wed, 3 Jan 2018 11:46:25 +0000 (06:46 -0500)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=33307

6 years ago...
Cristy [Mon, 1 Jan 2018 23:48:58 +0000 (18:48 -0500)]
...

6 years ago...
Cristy [Mon, 1 Jan 2018 19:25:00 +0000 (14:25 -0500)]
...