Fix a buffer overrun that caused packf -mbox to mess up on
authorDan Harkless <dan@harkless.org>
Thu, 13 May 1999 01:13:58 +0000 (01:13 +0000)
committerDan Harkless <dan@harkless.org>
Thu, 13 May 1999 01:13:58 +0000 (01:13 +0000)
Return-Path: lines. From Kimmo Suominen <kim@tac.nyc.ny.us>

zotnet/tws/dtime.c

index 7e791f3..b4d2eec 100644 (file)
@@ -247,7 +247,7 @@ dgmtime (time_t *clock)
 char *
 dctime (struct tws *tw)
 {
-    static char buffer[25];
+    static char buffer[26];
 
     if (!tw)
        return NULL;