From 67078663be287efe8b7df3e4c9e6f3ffe8b1fc49 Mon Sep 17 00:00:00 2001 From: kevin Date: Sat, 14 May 2022 10:17:15 -0400 Subject: [PATCH] cwIo.cpp: Zero initialize 'args' in _uiConfig() --- cwIo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwIo.cpp b/cwIo.cpp index eba9a9b..3e00610 100644 --- a/cwIo.cpp +++ b/cwIo.cpp @@ -1569,7 +1569,7 @@ namespace cw { rc_t rc = kOkRC; const char* uiCfgLabel = "ui"; - ui::ws::args_t args; + ui::ws::args_t args = {}; // Duplicate the application id map