--david
--- /usr/src/386/drivers/char/psaux.c Thu Aug 3 13:51:10 1995
+++ psaux.c Fri Aug 18 03:57:43 1995
@@ -502,6 +509,7 @@
}
queue = (struct aux_queue *) kmem_start;
kmem_start += sizeof (struct aux_queue);
+ memset(queue, 0, sizeof(*queue));
queue->head = queue->tail = 0;
queue->proc_list = NULL;
if (!qp_found) {