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

@@ -30,7 +30,7 @@ local gzFile gz_open OF((const void *, int, const char *));
The gz_strwinerror function does not change the current setting of
GetLastError. */
char ZLIB_INTERNAL *gz_strwinerror (error)
char ZLIB_INTERNAL *gz_strwinerror(error)
DWORD error;
{
static char buf[1024];