From 89820690314c7a650ffba9f13a7f82a4981d6736 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Sat, 11 Aug 2018 00:30:24 +0100 Subject: [PATCH] libDtUtil: Cov 88123 --- cde/lib/DtHelp/HelpUtil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/lib/DtHelp/HelpUtil.c b/cde/lib/DtHelp/HelpUtil.c index d6caf59d..538f4f5c 100644 --- a/cde/lib/DtHelp/HelpUtil.c +++ b/cde/lib/DtHelp/HelpUtil.c @@ -1615,7 +1615,7 @@ char *_DtHelpParseAccessFile( char *pAccessFile = NULL; char *tmpSpec=NULL; char *returnStr=NULL; - char *strtok_ptr; + char *strtok_ptr=NULL; tmpSpec = XtNewString(specification); -- 2.25.1