From: Dirk Lemstra Date: Fri, 12 May 2017 05:18:09 +0000 (+0200) Subject: Whitespace. X-Git-Tag: 7.0.5-6~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4a7c38996a942902c90ff2de5641a597f198dd1;p=imagemagick Whitespace. --- diff --git a/coders/psd.c b/coders/psd.c index 4799f9b4a..a9eb0ff13 100644 --- a/coders/psd.c +++ b/coders/psd.c @@ -1210,6 +1210,7 @@ static MagickBooleanType ReadPSDChannelZip(Image *image,const size_t channels, ThrowBinaryException(CorruptImageError,"UnexpectedEndOfFile", image->filename); } + ResetMagickMemory(&stream,0,sizeof(stream)); stream.data_type=Z_BINARY; stream.next_in=(Bytef *)compact_pixels;