variable initialization is back
Ali H. Fardan raiz@firemail.cc
Wed, 14 Sep 2016 17:42:48 +0300
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
slstatus.c
→
slstatus.c
@@ -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);