fixed in upstream 1.5
authorBdale Garbee <bdale@gag.com>
Tue, 19 Jun 2012 20:08:32 +0000 (14:08 -0600)
committerBdale Garbee <bdale@gag.com>
Tue, 19 Jun 2012 20:08:32 +0000 (14:08 -0600)
debian/patches/determinism.diff [deleted file]
debian/patches/series

diff --git a/debian/patches/determinism.diff b/debian/patches/determinism.diff
deleted file mode 100644 (file)
index 7cd881b..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-From 0a284baeaedca68017f46d2646e4c921aa98a90d Mon Sep 17 00:00:00 2001
-From: Paul Eggert <eggert@cs.ucla.edu>
-Date: Sun, 18 Mar 2012 18:07:02 +0000
-Subject: gzip: fix nondeterministic compression results
-
-Reported by Jakub Wilk in <http://bugs.debian.org/647522>.
-* deflate.c (fill_window): Don't let garbage pollute the dictionary.
----
-diff --git a/deflate.c b/deflate.c
-index 6c19552..5405f10 100644
---- a/deflate.c
-+++ b/deflate.c
-@@ -571,6 +571,8 @@ local void fill_window()
-         n = read_buf((char*)window+strstart+lookahead, more);
-         if (n == 0 || n == (unsigned)EOF) {
-             eofile = 1;
-+            /* Don't let garbage pollute the dictionary.  */
-+            memzero (window + strstart + lookahead, MIN_MATCH - 1);
-         } else {
-             lookahead += n;
-         }
---
-cgit v0.9.0.2
index c938debb081bb756c50a59bc4c399a3033de5811..ccfacc41f4e5a357ce22d7bcce3c446c5ac933f4 100644 (file)
@@ -1,7 +1,6 @@
 rsyncable.diff
 zless-LESSOPEN.diff
 sys_stat.in.h.diff
-determinism.diff
 zgrep-dash-h.diff
 gzip-man-pack.diff
 zdiff-man.diff