From 31400dd45ff5c6b22ed46b90851238fdbb5d294e Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Thu, 6 Mar 2025 18:26:43 +0000 Subject: [PATCH] plotPNM.c: Fix crash due to uninited rtl_args.outfile I introduced this issue in recent commit e88dcba1c --- plot/plotPNM.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plot/plotPNM.c b/plot/plotPNM.c index f8b25589..5f91f630 100644 --- a/plot/plotPNM.c +++ b/plot/plotPNM.c @@ -587,6 +587,7 @@ PlotPNM(fileName, scx, layers, xMask, width) #ifdef VERSATEC struct plotRTLdata rtl_args; + rtl_args.outfile = NULL; char command[200], tempFile[200]; #endif