From 1ab2d10f01dde3173a479d2e407a93a49224e9e9 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Sat, 11 Aug 2018 00:43:46 +0100 Subject: [PATCH] libDtHelp: Cov 88952 --- cde/lib/DtHelp/FormatSDL.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/lib/DtHelp/FormatSDL.c b/cde/lib/DtHelp/FormatSDL.c index 576668fd..7d99648c 100644 --- a/cde/lib/DtHelp/FormatSDL.c +++ b/cde/lib/DtHelp/FormatSDL.c @@ -5230,7 +5230,7 @@ VerifyAttrList( ElementInfoPtr el_info, const SDLElementAttrList *attr_list) { - long value; + long value = 0; while (attr_list->sdl_attr_define != -1) { if (attr_list->sdl_value == SdlAttrValueRequired) -- 2.25.1