]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Thu, 16 Feb 2017 13:52:17 +0000 (08:52 -0500)
committerCristy <urban-warrior@imagemagick.org>
Thu, 16 Feb 2017 13:52:17 +0000 (08:52 -0500)
MagickCore/cache.c

index 34dd519ea4a0f8bd01a760c3751a58ab23617e59..fec196724d07a23d1c40f2f0d3d2a502c4cfac62 100644 (file)
@@ -4699,6 +4699,8 @@ static inline MagickBooleanType AcquireCacheNexusPixels(
       nexus_info->mapped=MagickFalse;
       nexus_info->cache=(Quantum *) MagickAssumeAligned(AcquireAlignedMemory(1,
         (size_t) nexus_info->length));
+      if (nexus_info->cache != (PixelPacket *) NULL)
+        ResetMagickMemory(nexus_info->cache,0,(size_t) nexus_info->length);
     }
   else
     {