Initialize some of uninitialized variables
[khatus.git] / x5 / khatus.c
index 3cccf56..d14c7d4 100644 (file)
@@ -268,7 +268,7 @@ void
 read_all(Config *cfg, char *buf)
 {
        fd_set fds;
-       int maxfd;
+       int maxfd = -1;
        int ready;
        struct stat st;
 
@@ -313,7 +313,7 @@ main(int argc, char *argv[])
        int prefix = 0;
        char *buf;
        Config *cfg = &defaults;
-       Display *display;
+       Display *display = NULL;
 
        argv0 = argv[0];
 
This page took 0.028414 seconds and 4 git commands to generate.