Blame SOURCES/unzip-6.0-attribs-overflow.patch

5c40ff
diff -up unzip60/zipinfo.c.attribs-overflow unzip60/zipinfo.c
5c40ff
--- unzip60/zipinfo.c.attribs-overflow	2009-11-30 09:55:39.000000000 +0100
5c40ff
+++ unzip60/zipinfo.c	2009-11-30 09:56:42.844263244 +0100
5c40ff
@@ -1881,7 +1881,7 @@ static int zi_short(__G)   /* return PK-
5c40ff
 #endif
5c40ff
     int         k, error, error_in_archive=PK_COOL;
5c40ff
     unsigned    hostnum, hostver, methid, methnum, xattr;
5c40ff
-    char        *p, workspace[12], attribs[16];
5c40ff
+    char        *p, workspace[12], attribs[17];
5c40ff
     char        methbuf[5];
5c40ff
     static ZCONST char dtype[5]="NXFS"; /* normal, maximum, fast, superfast */
5c40ff
     static ZCONST char Far os[NUM_HOSTS+1][4] = {