Update embedded copy of zlib to version 1.2.13. Fixes CVE-2022-37434.

This commit is contained in:
Todd C. Miller
2022-10-13 17:04:24 -06:00
parent 0be0757d64
commit 51a1a7d63f
17 changed files with 260 additions and 226 deletions

View File

@@ -193,6 +193,7 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
(!defined(_LARGEFILE64_SOURCE) || _LFS64_LARGEFILE-0 == 0)
ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
ZEXTERN uLong ZEXPORT crc32_combine_gen64 OF((z_off_t));
#endif
/* common defaults */