From 500d85b8dabbbc37b38e0136feba49633ce982af Mon Sep 17 00:00:00 2001 From: Cristy Date: Sun, 4 Jun 2017 07:23:19 -0400 Subject: [PATCH] https://github.com/ImageMagick/ImageMagick/issues/506 --- MagickCore/blob.c | 2 +- PerlMagick/quantum/quantum.pm | 2 +- configure | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MagickCore/blob.c b/MagickCore/blob.c index 1c6d98b3c..605003758 100644 --- a/MagickCore/blob.c +++ b/MagickCore/blob.c @@ -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) diff --git a/PerlMagick/quantum/quantum.pm b/PerlMagick/quantum/quantum.pm index 80279b98e..fdc31683d 100644 --- a/PerlMagick/quantum/quantum.pm +++ b/PerlMagick/quantum/quantum.pm @@ -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() diff --git a/configure b/configure index 88190be18..dfa0a4cc4 100755 --- 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 -- 2.50.1