Blame SOURCES/bsd-finger-0.16-allocbroken.patch

c7b137
--- bsd-finger-0.16/finger/util.c.broken	Wed May 31 16:56:46 2000
c7b137
+++ bsd-finger-0.16/finger/util.c	Wed May 31 16:57:45 2000
c7b137
@@ -350,6 +350,7 @@
c7b137
 		eprintf("finger: Out of space.\n");
c7b137
 		exit(1);
c7b137
 	}
c7b137
+	memset(p, 0, sizeof(PERSON));
c7b137
 	return(p);
c7b137
 }
c7b137
 
c7b137
@@ -362,6 +363,7 @@
c7b137
 		eprintf("finger: Out of space.\n");
c7b137
 		exit(1);
c7b137
 	}
c7b137
+	memset(w, 0, sizeof(WHERE));
c7b137
 	if (pn->whead == NULL)
c7b137
 		pn->whead = pn->wtail = w;
c7b137
 	else {