]> granicus.if.org Git - imagemagick/log
imagemagick
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)]
...

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

6 years ago...
Cristy [Mon, 1 Jan 2018 13:08:24 +0000 (08:08 -0500)]
...

6 years ago... 7.0.7-19
Cristy [Mon, 1 Jan 2018 12:35:16 +0000 (07:35 -0500)]
...

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/926
Cristy [Mon, 1 Jan 2018 12:34:45 +0000 (07:34 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/926

6 years ago...
Cristy [Mon, 1 Jan 2018 01:57:02 +0000 (20:57 -0500)]
...

6 years agohttps://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=33299
Cristy [Mon, 1 Jan 2018 01:56:09 +0000 (20:56 -0500)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=33299

6 years ago...
Cristy [Sun, 31 Dec 2017 22:18:55 +0000 (17:18 -0500)]
...

6 years agoRemoved depth restriction.
Dirk Lemstra [Sun, 31 Dec 2017 15:04:22 +0000 (16:04 +0100)]
Removed depth restriction.

6 years ago...
Cristy [Sun, 31 Dec 2017 14:39:17 +0000 (09:39 -0500)]
...

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/924
Cristy [Fri, 29 Dec 2017 19:48:04 +0000 (14:48 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/924

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/923
Cristy [Fri, 29 Dec 2017 16:37:36 +0000 (11:37 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/923

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/896
Cristy [Fri, 29 Dec 2017 12:28:35 +0000 (07:28 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/896

6 years agoExit early on bad file descriptor
Cristy [Fri, 29 Dec 2017 00:55:30 +0000 (19:55 -0500)]
Exit early on bad file descriptor

6 years ago...
Cristy [Thu, 28 Dec 2017 19:24:41 +0000 (14:24 -0500)]
...

6 years ago... 7.0.7-18
Cristy [Thu, 28 Dec 2017 17:23:14 +0000 (12:23 -0500)]
...

6 years ago...
Cristy [Thu, 28 Dec 2017 14:04:26 +0000 (09:04 -0500)]
...

6 years ago...
Cristy [Wed, 27 Dec 2017 20:03:58 +0000 (15:03 -0500)]
...

6 years ago... 7.0.7-17
Cristy [Wed, 27 Dec 2017 15:12:40 +0000 (10:12 -0500)]
...

6 years ago...
Cristy [Wed, 27 Dec 2017 15:01:37 +0000 (10:01 -0500)]
...

6 years ago...
Cristy [Wed, 27 Dec 2017 14:48:42 +0000 (09:48 -0500)]
...

6 years ago...
Cristy [Wed, 27 Dec 2017 02:35:08 +0000 (21:35 -0500)]
...

6 years ago...
Cristy [Wed, 27 Dec 2017 02:29:31 +0000 (21:29 -0500)]
...

6 years ago...
Cristy [Wed, 27 Dec 2017 01:21:45 +0000 (20:21 -0500)]
...

6 years ago...
Cristy [Wed, 27 Dec 2017 01:08:07 +0000 (20:08 -0500)]
...

6 years ago...
Cristy [Wed, 27 Dec 2017 01:06:37 +0000 (20:06 -0500)]
...

6 years agoIntroducing the linear-gray colorspace
Cristy [Wed, 27 Dec 2017 00:43:17 +0000 (19:43 -0500)]
Introducing the linear-gray colorspace

6 years ago...
Cristy [Wed, 27 Dec 2017 00:25:52 +0000 (19:25 -0500)]
...

6 years agohttps://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=33274
Cristy [Wed, 27 Dec 2017 00:11:41 +0000 (19:11 -0500)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=33274

6 years ago...
Cristy [Tue, 26 Dec 2017 20:30:16 +0000 (15:30 -0500)]
...

6 years agohttps://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=33275
Cristy [Tue, 26 Dec 2017 20:22:36 +0000 (15:22 -0500)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=33275

6 years ago...
Cristy [Tue, 26 Dec 2017 19:31:40 +0000 (14:31 -0500)]
...

6 years agoFixed incorrect size for PSB image.
Dirk Lemstra [Tue, 26 Dec 2017 18:48:23 +0000 (19:48 +0100)]
Fixed incorrect size for PSB image.

6 years agoFixed invalid typecast.
Dirk Lemstra [Tue, 26 Dec 2017 18:35:10 +0000 (19:35 +0100)]
Fixed invalid typecast.

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/919
Cristy [Tue, 26 Dec 2017 17:11:50 +0000 (12:11 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/919

6 years ago...
Cristy [Tue, 26 Dec 2017 16:59:35 +0000 (11:59 -0500)]
...

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/920
Cristy [Tue, 26 Dec 2017 15:59:58 +0000 (10:59 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/920

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/918
Cristy [Tue, 26 Dec 2017 14:16:55 +0000 (09:16 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/918

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/918
Cristy [Tue, 26 Dec 2017 14:15:01 +0000 (09:15 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/918

6 years ago...
Cristy [Mon, 25 Dec 2017 19:34:45 +0000 (14:34 -0500)]
...