Commit 0e82a4d0b for imagemagick.org
commit 0e82a4d0b294581186ed7b3e1dce59c858a73dba
Author: Cristy <urban-warrior@imagemagick.org>
Date: Sat Sep 5 12:39:38 2026 -0400
https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-cvgp-q487-j22w
diff --git a/MagickCore/fx.c b/MagickCore/fx.c
index 9352862ea..3461d1f31 100644
--- a/MagickCore/fx.c
+++ b/MagickCore/fx.c
@@ -3274,7 +3274,7 @@ static inline fxFltType GetIntensity (FxInfo * pfx, ssize_t ImgNum, const fxFltT
(void) GetPixelInfo (img, &pixelinf);
- if (!InterpolatePixelInfo (img, pfx->Imgs[pfx->ImgNum].View, img->interpolate,
+ if (!InterpolatePixelInfo (img, pfx->Imgs[ImgNum].View, img->interpolate,
(double) fx, (double) fy, &pixelinf, pfx->exception))
{
(void) ThrowMagickException (