From 3f8d32829b71458447a092c00521aa1b18c77592 Mon Sep 17 00:00:00 2001 From: Abhinavpv28 <162570454+Abhinavpv28@users.noreply.github.com> Date: Wed, 15 Jul 2026 17:03:18 +0530 Subject: [PATCH] Update dcacpu.c --- source/dcautil/dcacpu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/dcautil/dcacpu.c b/source/dcautil/dcacpu.c index cdeb12fc..8872cb2e 100644 --- a/source/dcautil/dcacpu.c +++ b/source/dcautil/dcacpu.c @@ -47,6 +47,7 @@ int getCpuUsage(char * cpuUtil); */ int main() { + char cpuUsage[MAXLEN] = {'\0'}; if(getCpuUsage(cpuUsage))