1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-03 13:19:04 +00:00

Update zlib to 1.2.13

This commit is contained in:
dmiller
2023-04-28 15:01:27 +00:00
parent 909b022bd7
commit 2d338aaf71
120 changed files with 11844 additions and 2141 deletions

View File

@@ -500,7 +500,7 @@ void file_uncompress(file)
char *infile, *outfile;
FILE *out;
gzFile in;
unsigned len = strlen(file);
z_size_t len = strlen(file);
if (len + strlen(GZ_SUFFIX) >= sizeof(buf)) {
fprintf(stderr, "%s: filename too long\n", prog);