1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 22:21:29 +00:00
Files
nmap/utils.cc
nnposter c3d9d16744 Fix file size arithmetic on Win32. Closes #2306
The old code was incorrectly calculating sizes of files exceeding 4 GB.
The new code skips the arithmetic altogether by using a different API.
2021-05-18 03:15:22 +00:00

20 KiB