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

@@ -474,7 +474,7 @@ int ZEXPORTVA gzprintf(gzFile file, const char *format, ...)
#else /* !STDC && !Z_HAVE_STDARG_H */
/* -- see zlib.h -- */
int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10,
int ZEXPORTVA gzprintf(file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10,
a11, a12, a13, a14, a15, a16, a17, a18, a19, a20)
gzFile file;
const char *format;