gnu: gnucash: Disable the stress-options-test using a phase.
[jackhill/guix/guix.git] / gnu / packages / patches / unzip-attribs-overflow.patch
1 Copied from Fedora.
2
3 http://pkgs.fedoraproject.org/cgit/unzip.git/plain/unzip-6.0-attribs-overflow.patch?id=d18f821e
4
5 diff -up unzip60/zipinfo.c.attribs-overflow unzip60/zipinfo.c
6 --- unzip60/zipinfo.c.attribs-overflow 2009-11-30 09:55:39.000000000 +0100
7 +++ unzip60/zipinfo.c 2009-11-30 09:56:42.844263244 +0100
8 @@ -1881,7 +1881,7 @@ static int zi_short(__G) /* return PK-
9 #endif
10 int k, error, error_in_archive=PK_COOL;
11 unsigned hostnum, hostver, methid, methnum, xattr;
12 - char *p, workspace[12], attribs[16];
13 + char *p, workspace[12], attribs[17];
14 char methbuf[5];
15 static ZCONST char dtype[5]="NXFS"; /* normal, maximum, fast, superfast */
16 static ZCONST char Far os[NUM_HOSTS+1][4] = {