From d4aa8c9dd943de5ee23627c4ce7d9342116d5bed Mon Sep 17 00:00:00 2001 From: Abhinavpv28 <162570454+Abhinavpv28@users.noreply.github.com> Date: Fri, 6 Feb 2026 14:26:32 +0530 Subject: [PATCH] Update rrdCommandSanity.c --- src/rrdCommandSanity.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rrdCommandSanity.c b/src/rrdCommandSanity.c index 22a77315..82b07a8d 100644 --- a/src/rrdCommandSanity.c +++ b/src/rrdCommandSanity.c @@ -30,6 +30,7 @@ int updateBackgroundCmd(char * str) { int i = 0; + if(str == NULL) {