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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user