1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-12 12:25:37 +03:00

Apply security patch to bundled zlib for CAN-2005-2096. (Bug #11844)

This commit is contained in:
jimw@mysql.com
2005-07-11 10:37:21 -07:00
parent ccae663ec0
commit 7ae4a6043c

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 */