mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
559 B

  1. diff -Naur zlib-1.2.2/inftrees.c zlib-1.2.2.new/inftrees.c
  2. --- zlib-1.2.2/inftrees.c 2004-09-15 15:30:06.000000000 +0100
  3. +++ zlib-1.2.2.new/inftrees.c 2005-07-10 14:30:32.000000000 +0100
  4. @@ -134,7 +134,7 @@
  5. left -= count[len];
  6. if (left < 0) return -1; /* over-subscribed */
  7. }
  8. - if (left > 0 && (type == CODES || (codes - count[0] != 1)))
  9. + if (left > 0 && (type == CODES || max != 1))
  10. return -1; /* incomplete set */
  11. /* generate offsets into symbol table for each length for sorting */