]> granicus.if.org Git - imagemagick/log
imagemagick
6 years ago...
Cristy [Sat, 1 Sep 2018 18:39:31 +0000 (14:39 -0400)]
...

6 years agoMagickCore/draw.c: check against null is not needed here
Ilya Shipitsin [Sat, 1 Sep 2018 16:56:56 +0000 (21:56 +0500)]
MagickCore/draw.c: check against null is not needed here

6 years agoUse the width and height of the extract area when no size is specified.
Dirk Lemstra [Sat, 1 Sep 2018 17:25:49 +0000 (19:25 +0200)]
Use the width and height of the extract area when no size is specified.

6 years agoRemoved pragma messages as requested in #1275.
Dirk Lemstra [Sat, 1 Sep 2018 16:43:11 +0000 (18:43 +0200)]
Removed pragma messages as requested in #1275.

6 years agohttps://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9435
Cristy [Sat, 1 Sep 2018 15:20:40 +0000 (11:20 -0400)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9435

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/1273
Cristy [Sat, 1 Sep 2018 14:49:00 +0000 (10:49 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1273

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/1285
Cristy [Sat, 1 Sep 2018 11:49:12 +0000 (07:49 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1285

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/1286
Cristy [Sat, 1 Sep 2018 11:29:53 +0000 (07:29 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1286

6 years agohttps://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10106
Cristy [Fri, 31 Aug 2018 00:04:20 +0000 (20:04 -0400)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10106

6 years agohttps://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10085
Cristy [Thu, 30 Aug 2018 23:50:53 +0000 (19:50 -0400)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10085

6 years agohttps://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10115
Cristy [Thu, 30 Aug 2018 23:43:20 +0000 (19:43 -0400)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10115

6 years agoresolve several null pointer dereferences
Ilya Shipitsin [Thu, 30 Aug 2018 10:16:20 +0000 (15:16 +0500)]
resolve several null pointer dereferences
found by cppcheck

[MagickCore/draw.c:881] -> [MagickCore/draw.c:879]: (warning) Either the condition 'draw_info!=(DrawInfo*)NULL' is redundant or there is possible null pointer dereference: draw_info.
[MagickCore/fx.c:3966] -> [MagickCore/fx.c:3964]: (warning) Either the condition 'image!=(Image*)NULL' is redundant or there is possible null pointer dereference: image.
[MagickCore/fx.c:5009] -> [MagickCore/fx.c:5006]: (warning) Either the condition 'right_image!=(const Image*)NULL' is redundant or there is possible null pointer dereference: right_image.
[MagickCore/montage.c:168] -> [MagickCore/montage.c:166]: (warning) Either the condition 'montage_info!=(MontageInfo*)NULL' is redundant or there is possible null pointer dereference: montage_info.
[MagickCore/montage.c:416] -> [MagickCore/montage.c:415]: (warning) Either the condition 'master_list==(Image**)NULL' is redundant or there is possible null pointer dereference: image_list.
[MagickCore/nt-base.c:1792] -> [MagickCore/nt-base.c:1797]: (warning) Either the condition 'entry!=(DIR*)NULL' is redundant or there is possible null pointer dereference: entry.
[MagickWand/drawing-wand.c:177] -> [MagickWand/drawing-wand.c:175]: (warning) Either the condition 'wand!=(DrawingWand*)NULL' is redundant or there is possible null pointer dereference: wand.
[MagickWand/drawing-wand.c:4540] -> [MagickWand/drawing-wand.c:4538]: (warning) Either the condition 'wand!=(DrawingWand*)NULL' is redundant or there is possible null pointer dereference: wand.
[MagickWand/drawing-wand.c:4682] -> [MagickWand/drawing-wand.c:4680]: (warning) Either the condition 'wand!=(DrawingWand*)NULL' is redundant or there is possible null pointer dereference: wand.
[coders/msl.c:575] -> [coders/msl.c:555]: (warning) Either the condition 'image==(Image*)NULL' is redundant or there is possible null pointer dereference: image.

6 years agoMagickCore/constitute.c: resolve possible null pointer dereference
Ilya Shipitsin [Thu, 30 Aug 2018 06:55:46 +0000 (11:55 +0500)]
MagickCore/constitute.c: resolve possible null pointer dereference
found by cppcheck

[MagickCore/constitute.c:1074] -> [MagickCore/constitute.c:1071]: (warning) Either the condition 'image!=(Image*)NULL' is redundant or there is possible null pointer dereference: image.

6 years ago...
Cristy [Wed, 29 Aug 2018 15:00:37 +0000 (11:00 -0400)]
...

6 years ago.. 7.0.8-11 continuous
Cristy [Tue, 28 Aug 2018 23:58:34 +0000 (19:58 -0400)]
..

6 years ago...
Cristy [Tue, 28 Aug 2018 23:57:49 +0000 (19:57 -0400)]
...

6 years ago...
Cristy [Tue, 28 Aug 2018 23:48:01 +0000 (19:48 -0400)]
...

6 years ago...
Cristy [Tue, 28 Aug 2018 23:42:33 +0000 (19:42 -0400)]
...

6 years agoFix compiler warning about unused function.
Florian Margaine [Sun, 19 Aug 2018 21:42:57 +0000 (23:42 +0200)]
Fix compiler warning about unused function.

When neither of those compiler macros are available, the compiler is going to spit a warning about the unused static function.

```
coders/miff.c:164:14: warning: 'AcquireCompressionMemory' defined but not used [-Wunused-function]
 static void *AcquireCompressionMemory(void *context,const size_t items,
```

Fix this by making sure the static function is only defined when it's going to be used.

6 years agoReturn UndefinedOptionFlag instead of -1.
Dirk Lemstra [Tue, 28 Aug 2018 18:52:16 +0000 (20:52 +0200)]
Return UndefinedOptionFlag instead of -1.

6 years agohttps://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=34639
Cristy [Tue, 28 Aug 2018 12:29:32 +0000 (08:29 -0400)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=34639

6 years ago...
Cristy [Tue, 28 Aug 2018 11:50:26 +0000 (07:50 -0400)]
...

6 years agohttps://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=34644
Cristy [Tue, 28 Aug 2018 11:48:30 +0000 (07:48 -0400)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=34644

6 years ago...
Cristy [Mon, 27 Aug 2018 23:40:31 +0000 (19:40 -0400)]
...

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/1269
Cristy [Mon, 27 Aug 2018 23:35:15 +0000 (19:35 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1269

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/1269
Cristy [Mon, 27 Aug 2018 23:29:51 +0000 (19:29 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1269

6 years agoFixed incorrect blob referencing.
Dirk Lemstra [Mon, 27 Aug 2018 19:34:21 +0000 (21:34 +0200)]
Fixed incorrect blob referencing.

6 years ago...
Cristy [Mon, 27 Aug 2018 19:24:51 +0000 (15:24 -0400)]
...

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/1268
Cristy [Mon, 27 Aug 2018 19:24:10 +0000 (15:24 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1268

6 years ago...
Cristy [Mon, 27 Aug 2018 19:21:20 +0000 (15:21 -0400)]
...

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/1267
Cristy [Mon, 27 Aug 2018 19:20:45 +0000 (15:20 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1267

6 years agoAdded missing memory checks.
Dirk Lemstra [Mon, 27 Aug 2018 05:23:44 +0000 (07:23 +0200)]
Added missing memory checks.

6 years ago...
Cristy [Sun, 26 Aug 2018 23:47:07 +0000 (19:47 -0400)]
...

6 years agoAdvance past '{' of '{}' glob expression
Cristy [Sun, 26 Aug 2018 17:51:53 +0000 (13:51 -0400)]
Advance past '{' of '{}' glob expression

6 years agohttps://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=34636
Cristy [Sun, 26 Aug 2018 15:44:40 +0000 (11:44 -0400)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=34636

6 years ago...
Cristy [Sun, 26 Aug 2018 13:53:04 +0000 (09:53 -0400)]
...

6 years ago...
Cristy [Sun, 26 Aug 2018 13:52:01 +0000 (09:52 -0400)]
...

6 years agohttps://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10058
Cristy [Sun, 26 Aug 2018 12:01:30 +0000 (08:01 -0400)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10058

6 years agoRevert alpha multiplication patch.
Dirk Lemstra [Sun, 26 Aug 2018 09:19:36 +0000 (11:19 +0200)]
Revert alpha multiplication patch.

6 years agoMinor optimization.
Dirk Lemstra [Sun, 26 Aug 2018 07:48:24 +0000 (09:48 +0200)]
Minor optimization.

6 years agoSupport -crop 3:2+0+0
Cristy [Sun, 26 Aug 2018 00:35:31 +0000 (20:35 -0400)]
Support -crop 3:2+0+0

6 years ago...
Cristy [Sat, 25 Aug 2018 23:42:03 +0000 (19:42 -0400)]
...

6 years ago...
Cristy [Sat, 25 Aug 2018 23:38:54 +0000 (19:38 -0400)]
...

6 years agohttps://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10005
Cristy [Sat, 25 Aug 2018 23:04:11 +0000 (19:04 -0400)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10005

6 years agohttps://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10005
Cristy [Sat, 25 Aug 2018 23:02:34 +0000 (19:02 -0400)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10005

6 years ago...
Cristy [Sat, 25 Aug 2018 22:54:44 +0000 (18:54 -0400)]
...

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/1260
Cristy [Sat, 25 Aug 2018 22:46:19 +0000 (18:46 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1260

6 years ago...
Cristy [Sat, 25 Aug 2018 22:46:00 +0000 (18:46 -0400)]
...

6 years ago...
Cristy [Sat, 25 Aug 2018 21:31:46 +0000 (17:31 -0400)]
...

6 years agoDon't composite alpha channel for -channel RGB
Cristy [Sat, 25 Aug 2018 21:10:29 +0000 (17:10 -0400)]
Don't composite alpha channel for -channel RGB

6 years agoFixed bug in {} globbing
Cristy [Sat, 25 Aug 2018 19:33:36 +0000 (15:33 -0400)]
Fixed bug in {} globbing

6 years ago...
Cristy [Sat, 25 Aug 2018 18:17:07 +0000 (14:17 -0400)]
...

6 years ago...
Cristy [Sat, 25 Aug 2018 15:35:56 +0000 (11:35 -0400)]
...

6 years agoMove IsCoderAuthorized() from header
Cristy [Sat, 25 Aug 2018 14:55:07 +0000 (10:55 -0400)]
Move IsCoderAuthorized() from header

6 years agoNeed errno header
Cristy [Sat, 25 Aug 2018 14:42:56 +0000 (10:42 -0400)]
Need errno header

6 years agoAdd check for module security policy
Cristy [Sat, 25 Aug 2018 14:27:28 +0000 (10:27 -0400)]
Add check for module security policy

6 years agoAdded extra checks to make sure if the coder is allowed to be used.
Dirk Lemstra [Sat, 25 Aug 2018 11:54:55 +0000 (13:54 +0200)]
Added extra checks to make sure if the coder is allowed to be used.

6 years ago...
Cristy [Sat, 25 Aug 2018 00:59:00 +0000 (20:59 -0400)]
...

6 years ago...
Cristy [Sat, 25 Aug 2018 00:58:48 +0000 (20:58 -0400)]
...

6 years agoSupport "module" security policy
Cristy [Sat, 25 Aug 2018 00:43:50 +0000 (20:43 -0400)]
Support "module" security policy

6 years agoFixed build issue reported in #1261.
Dirk Lemstra [Thu, 23 Aug 2018 19:12:27 +0000 (21:12 +0200)]
Fixed build issue reported in #1261.

6 years ago...
Cristy [Thu, 23 Aug 2018 00:14:59 +0000 (20:14 -0400)]
...

6 years agoSupport cloning of first image in subimage specification, e.g. logo:[0,0]
Cristy [Tue, 21 Aug 2018 23:03:49 +0000 (19:03 -0400)]
Support cloning of first image in subimage specification, e.g. logo:[0,0]

6 years agoRevert
Cristy [Tue, 21 Aug 2018 00:08:32 +0000 (20:08 -0400)]
Revert

6 years agoRevert patch in order to support filenames of image.jp2[1] and image.tif[0,0]
Cristy [Mon, 20 Aug 2018 23:28:24 +0000 (19:28 -0400)]
Revert patch in order to support filenames of image.jp2[1] and image.tif[0,0]

6 years ago...
Cristy [Mon, 20 Aug 2018 02:00:45 +0000 (22:00 -0400)]
...

6 years ago...
Cristy [Mon, 20 Aug 2018 01:08:17 +0000 (21:08 -0400)]
...

6 years agoCorrected typecast.
Dirk Lemstra [Sun, 19 Aug 2018 21:49:58 +0000 (23:49 +0200)]
Corrected typecast.

6 years agoRenamed variable.
Dirk Lemstra [Sun, 19 Aug 2018 21:44:05 +0000 (23:44 +0200)]
Renamed variable.

6 years agohttps://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=34605
Cristy [Sun, 19 Aug 2018 21:36:06 +0000 (17:36 -0400)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=34605

6 years agoUse GetVirtualPixels instead of GetAuthenticPixels because we only need to read the...
Dirk Lemstra [Sun, 19 Aug 2018 21:02:11 +0000 (23:02 +0200)]
Use GetVirtualPixels instead of GetAuthenticPixels because we only need to read the pixels.

6 years agoMake sure pixel cache on disk is closed before it is cloned
Cristy [Sun, 19 Aug 2018 20:57:40 +0000 (16:57 -0400)]
Make sure pixel cache on disk is closed before it is cloned

6 years ago...
Cristy [Sun, 19 Aug 2018 18:16:41 +0000 (14:16 -0400)]
...

6 years ago...
Cristy [Sun, 19 Aug 2018 15:41:30 +0000 (11:41 -0400)]
...

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/1249
Cristy [Sun, 19 Aug 2018 12:09:05 +0000 (08:09 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1249

6 years ago...
Cristy [Sun, 19 Aug 2018 11:18:29 +0000 (07:18 -0400)]
...

6 years agoSupport printsize.{x,y} properties
Cristy [Sun, 19 Aug 2018 11:07:50 +0000 (07:07 -0400)]
Support printsize.{x,y} properties

6 years ago...
Cristy [Sat, 18 Aug 2018 18:22:14 +0000 (14:22 -0400)]
...

6 years ago...
Cristy [Sat, 18 Aug 2018 18:18:21 +0000 (14:18 -0400)]
...

6 years ago...
Cristy [Sat, 18 Aug 2018 18:15:03 +0000 (14:15 -0400)]
...

6 years ago...
Cristy [Sat, 18 Aug 2018 18:11:37 +0000 (14:11 -0400)]
...

6 years ago...
Cristy [Sat, 18 Aug 2018 18:08:05 +0000 (14:08 -0400)]
...

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/1231
Cristy [Sat, 18 Aug 2018 15:44:31 +0000 (11:44 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1231

6 years ago...
Cristy [Sat, 18 Aug 2018 12:58:20 +0000 (08:58 -0400)]
...

6 years agohttps://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9942
Cristy [Sat, 18 Aug 2018 00:19:35 +0000 (20:19 -0400)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9942

6 years agoFixed typo in ChangeLog
Dirk Lemstra [Fri, 17 Aug 2018 22:21:28 +0000 (00:21 +0200)]
Fixed typo in ChangeLog

6 years ago...
Cristy [Fri, 17 Aug 2018 10:12:11 +0000 (06:12 -0400)]
...

6 years agohttps://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9923
Cristy [Fri, 17 Aug 2018 00:04:39 +0000 (20:04 -0400)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9923

6 years ago...
Cristy [Wed, 15 Aug 2018 23:40:58 +0000 (19:40 -0400)]
...

6 years agohttps://github.com/ImageMagick/ImageMagick/issues/1248
Cristy [Wed, 15 Aug 2018 22:43:42 +0000 (18:43 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1248

6 years agoFix compile exception
Cristy [Wed, 15 Aug 2018 20:59:30 +0000 (16:59 -0400)]
Fix compile exception

6 years ago...
Cristy [Wed, 15 Aug 2018 08:46:02 +0000 (04:46 -0400)]
...

6 years agohttps://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9879
Cristy [Wed, 15 Aug 2018 00:46:26 +0000 (20:46 -0400)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9879

6 years ago...
Cristy [Wed, 15 Aug 2018 00:17:26 +0000 (20:17 -0400)]
...

6 years ago...
Cristy [Wed, 15 Aug 2018 00:16:13 +0000 (20:16 -0400)]
...

6 years ago...
Cristy [Tue, 14 Aug 2018 13:31:19 +0000 (09:31 -0400)]
...

6 years ago...
Cristy [Tue, 14 Aug 2018 13:20:00 +0000 (09:20 -0400)]
...

6 years ago... 7.0.8-10
Cristy [Mon, 13 Aug 2018 11:04:03 +0000 (07:04 -0400)]
...

6 years agoUpdate ChangeLog
Xuelong Ai [Mon, 13 Aug 2018 09:54:05 +0000 (17:54 +0800)]
Update ChangeLog

The date should be 2018-08-12 instead of 2018-09-12.

6 years agoFixed build error.
Dirk Lemstra [Mon, 13 Aug 2018 03:51:48 +0000 (05:51 +0200)]
Fixed build error.