commit a8a11a2e0167eeb6979b6c1a26a62bedbb4f27a0
Author: Cristy <urban-warrior@imagemagick.org>
Date: Sun Aug 2 21:47:52 2026 -0400
initialize buffer to null
diff --git a/coders/tiff.c b/coders/tiff.c
index 966f8d385..f7ed9a2c4 100644
--- a/coders/tiff.c
+++ b/coders/tiff.c
@@ -738,7 +738,7 @@ static MagickBooleanType TIFFSetImageProperties(TIFF *tiff,Image *image,
{
char
filename[MagickPathExtent],
- *line;
+ *line = (char *) NULL;
FILE
*file;