File ImageMagick-CVE-2019-13298.patch of Package ImageMagick.12441
diff --git a/MagickCore/enhance.c b/MagickCore/enhance.c
index ed3202757e..35346890a4 100644
--- a/MagickCore/enhance.c
+++ b/MagickCore/enhance.c
@@ -1973,7 +1973,7 @@ MagickExport Image *EnhanceImage(const Image *image,ExceptionInfo *exception)
pixel.black=((aggregate.black+total_weight/2.0)/total_weight);
pixel.alpha=((aggregate.alpha+total_weight/2.0)/total_weight);
}
- SetPixelViaPixelInfo(image,&pixel,q);
+ SetPixelViaPixelInfo(enhance_image,&pixel,q);
p+=GetPixelChannels(image);
q+=GetPixelChannels(enhance_image);
}