mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
Apply security patch to bundled zlib for CAN-2005-2096. (Bug #11844)
zlib/inftrees.c: Apply security patch for CAN-2005-2096
This commit is contained in:
parent
1f58b8f96e
commit
b1b37094d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue