Apply FC4's zlib-1.2.2.2-can-2005-2096.patch

This commit is contained in:
Ralf Corsepius
2005-10-28 07:29:08 +00:00
parent c6bfa771ca
commit 9378cff4b0

View File

@@ -134,7 +134,7 @@ unsigned short FAR *work;
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 */