1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +00:00
Files
nmap/utils.cc
david c517a80acd Use just PAGE_READWRITE, not PAGE_READONLY | PAGE_READWRITE in the call to
CreateFileMapping in utils.cc. The combination of two flags was illegal, and
caused a crash that looks like
..\utils.cc(996): CreateFileMapping(), file 'testresume', length 103,
mflags 000
00006: The parameter is incorrect.
 (87) 
The crash could be caused by resuming a scan with --resume on Windows.
2007-12-14 09:06:45 +00:00

32 KiB