From e5dcf54b8a0debc75fd8671f2b2604e3e148c1fc Mon Sep 17 00:00:00 2001 From: Cristy Date: Mon, 9 Feb 2026 10:12:31 -0500 Subject: [PATCH] https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-x2j6-6h5m-gjg4 --- coders/pcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/pcd.c b/coders/pcd.c index 8d46eabdd4..6714a4f887 100644 --- a/coders/pcd.c +++ b/coders/pcd.c @@ -260,7 +260,7 @@ static MagickBooleanType DecodeImage(Image *image,unsigned char *luma, */ plane=0; row=0; - sentinel=luma+3*(image->columns+1)*image->rows; + sentinel=luma+30*(image->columns+1)*image->rows; for (q=luma; EOFBlob(image) == MagickFalse; ) { if (IsSync(sum) != 0)