-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nmap crashes on Windows 10 using slow comprehensive scan #249
Comments
I believe we addressed this in r35551 (ee048d5) and r35552 (7300cde): o [Nsock] Avoid a crash on Windows and other systems which use nbase's vasprintf implementation. In the case of unknown OpenSSL errors, ERR_reason_error_string would return NULL, which could not be printed with the "%s" format string. Fixed by using ERR_error_string instead, which will not return NULL, and by causing NULL pointers to be printed as "(null)", as glibc and MSVC both do. Reported by Dan Baxter. [Gisle Vanem, Daniel Miller] I will keep looking at it to see if there's an NSE-only workaround to restore functionality without rebuilding a new installer for Windows. In the meantime, you may try disabling the mrinfo script by adding "and not mrinfo" to the |
I think this issue can be closed. AFAICS, the r35552 fixes this bug. |
Is that part of 7.01 or do I need to use another release from somewhere else? |
@Rewt0r The fix mentioned here was released with Nmap 7.10 in March 2016. The latest version is Nmap 7.12. Does this version work for you, or are you still having problems? We would like to close this bug if it has been fixed. |
Closing, assuming this is resolved. |
Happy to run a debug build if it helps.
The text was updated successfully, but these errors were encountered: