Xinqi Bao's Git

variable initialization is back
[slstatus.git] / slstatus.c
index 1a297f8..a13bf3b 100644 (file)
@@ -407,7 +407,7 @@ static char *
 run_command(const char* command)
 {
        FILE *fp = popen(command, "r");
-       char buffer[64];
+       char buffer[64] = '\0';
 
        if (fp == NULL) {
                warn("Could not get command output for: %s", command);