commit | 3a37efd7ece979e9c63dc8f2f2d3816bab8b1156 | [log] [tgz] |
---|---|---|
author | cristy <[email protected]> | Sun Aug 28 20:31:03 2011 +0000 |
committer | cristy <[email protected]> | Sun Aug 28 20:31:03 2011 +0000 |
tree | 3b6c78bb9fed997c263123aeeed8fb011fc52b2d | |
parent | 1e178e70fb3c956f9fc1e30c3ba863e882666465 [diff] [blame] |
diff --git a/coders/dpx.c b/coders/dpx.c index e2c0237..0dd07c9 100644 --- a/coders/dpx.c +++ b/coders/dpx.c
@@ -1359,6 +1359,8 @@ ((horizontal_factor == 2) || (vertical_factor == 2))) if ((image->columns % 2) != 0) image->columns++; + assert(exception != (ExceptionInfo *) NULL); + assert(exception->signature == MagickSignature); status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception); if (status == MagickFalse) return(status);