1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Use 64-bit file sizes when resuming scans. See #1742

This commit is contained in:
dmiller
2019-09-16 16:33:04 +00:00
parent 7ce92c68df
commit 7d7f0672d2
3 changed files with 17 additions and 9 deletions

View File

@@ -189,7 +189,7 @@ u8 *parse_hex_string(char *str, size_t *outlen);
int cpe_get_part(const char *cpe);
char *mmapfile(char *fname, int *length, int openflags);
char *mmapfile(char *fname, s64 *length, int openflags);
#ifdef WIN32
int win32_munmap(char *filestr, int filelen);