zlib 1.2.3.3
This commit is contained in:
@@ -112,4 +112,5 @@ struct inflate_state {
|
||||
unsigned short lens[320]; /* temporary storage for code lengths */
|
||||
unsigned short work[288]; /* work area for code table building */
|
||||
code codes[ENOUGH]; /* space for code tables */
|
||||
int sane; /* if false, allow invalid distance too far */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user