a0fdb8c212
Fri Jan 31 2003 Jeff Johnson <jbj@redhat.com> 1.3.3-9 - enlarge window buffer to avoid accessing beyond end-of-buffer (#78413,#83095). - re-enable rsync ready patch. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Fri Nov 22 2002 Jeff Johnson <jbj@redhat.com> 1.3.3-7 - workaround mis-compilation with gcc-3.2-4 on alpha for now (#78413). Mon Nov 18 2002 Tim Powers <timp@redhat.com> - rebuild on all arches - remove file from buildroot we aren't shipping
12 lines
390 B
Diff
12 lines
390 B
Diff
--- gzip-1.3.3/gzip.c.orig Thu Jan 30 21:19:36 2003
|
|
+++ gzip-1.3.3/gzip.c Thu Jan 30 21:09:52 2003
|
|
@@ -198,7 +198,7 @@
|
|
DECLARE(uch, inbuf, INBUFSIZ +INBUF_EXTRA);
|
|
DECLARE(uch, outbuf, OUTBUFSIZ+OUTBUF_EXTRA);
|
|
DECLARE(ush, d_buf, DIST_BUFSIZE);
|
|
-DECLARE(uch, window, 2L*WSIZE);
|
|
+DECLARE(uch, window, 2L*WSIZE + 4096);
|
|
#ifndef MAXSEG_64K
|
|
DECLARE(ush, tab_prefix, 1L<<BITS);
|
|
#else
|