]> git.marmaro.de Git - mmh/blobdiff - zotnet/tws/dtime.c
Fix a buffer overrun that caused packf -mbox to mess up on
[mmh] / zotnet / tws / dtime.c
index 7e791f342373bdf476b98002f4be4737a3ae664b..b4d2eec3c15b2868c9b6f0682560ebcba8318784 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;