Fix a buffer overrun that caused packf -mbox to mess up on
[mmh] / 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;