Fixed a possible uninitialized variable access.
[mmh] / uip / whom.c
index 8ffe8b8..57fddc8 100644 (file)
@@ -173,7 +173,7 @@ static int
 process(char *file)
 {
         int state, compnum;
-       char *cp;
+       char *cp = NULL;
        char buf[BUFSIZ], name[NAMESZ];
        FILE *in;