]> git.pld-linux.org Git - packages/zlib.git/commitdiff
- from gentoo, http://www.gentoo.org/security/en/glsa/glsa-200507-05.xml
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 6 Jul 2005 18:21:37 +0000 (18:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zlib-inftrees.patch -> 1.1

zlib-inftrees.patch [new file with mode: 0644]

diff --git a/zlib-inftrees.patch b/zlib-inftrees.patch
new file mode 100644 (file)
index 0000000..0df8dbb
--- /dev/null
@@ -0,0 +1,11 @@
+--- inftrees.c 2005-07-02 08:56:13.000000000 -0400
++++ inftrees.c 2005-07-02 08:57:15.000000000 -0400
+@@ -134,7 +134,7 @@
+         left -= count[len];
+         if (left < 0) return -1;        /* over-subscribed */
+     }
+-    if (left > 0 && (type == CODES || (codes - count[0] != 1)))
++    if (left > 0 && (type == CODES || max != 1))
+         return -1;                      /* incomplete set */
+     /* generate offsets into symbol table for each length for sorting */
This page took 0.042965 seconds and 4 git commands to generate.