]> granicus.if.org Git - imagemagick/commitdiff
https://github.com/ImageMagick/ImageMagick/issues/506
authorCristy <urban-warrior@imagemagick.org>
Sun, 4 Jun 2017 11:23:19 +0000 (07:23 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sun, 4 Jun 2017 20:16:41 +0000 (16:16 -0400)
MagickCore/blob.c
PerlMagick/quantum/quantum.pm
configure

index 1c6d98b3c2a3d0cb55fbc228385dcc7e1bd79841..6050037587acf2c4f2f5eef6a71d7f87b19261dd 100644 (file)
@@ -5167,11 +5167,11 @@ MagickExport ssize_t WriteBlob(Image *image,const size_t length,
 
   assert(image != (Image *) NULL);
   assert(image->signature == MagickCoreSignature);
-  assert(data != (const void *) NULL);
   assert(image->blob != (BlobInfo *) NULL);
   assert(image->blob->type != UndefinedStream);
   if (length == 0)
     return(0);
+  assert(data != (const void *) NULL);
   count=0;
   p=(const unsigned char *) data;
   switch (image->blob->type)
index 80279b98e9c27bf17b960599b15d69a5381d1b5f..fdc31683d8c050809181b75ff149ebe681f627f8 100644 (file)
@@ -43,7 +43,7 @@ require AutoLoader;
       ConfigureError FatalErrorException
     );
 
-$VERSION = '7.05';
+$VERSION = '7.06';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()
index 88190be18ae63156525110ac8d65b1724ff6e5ff..dfa0a4cc441041133251a8b27c7def36bd68a6f9 100755 (executable)
--- a/configure
+++ b/configure
@@ -4519,7 +4519,7 @@ MAGICK_PATCHLEVEL_VERSION=0
 
 MAGICK_VERSION=7.0.6-0
 
-MAGICK_GIT_REVISION=20156:d07f4fe:20170603
+MAGICK_GIT_REVISION=20163:8293a91:20170603
 
 
 # Substitute library versioning