1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-20 14:39:02 +00:00
dmiller dc71d91cea Avoid crashes in Windows using poll nsock engine
WSAPoll returns WSAEINVAL when there are no valid sockets in the fdarray
parameter. Individual WSAPOLLFDs can be ignored by setting them to a
negative value (just as with POSIX poll(2)), but there must be at least
one valid (not-ignored) socket to check.

Handled this by either returning error if the error was not EINVAL, or
by checking each WSAPOLLFD in the fdarray; at the first valid one,
return the error, since this was not the reason for the error. If none
are valid, continue, ignoring the error.
2016-06-04 02:46:13 +00:00
2016-03-29 19:43:37 +00:00
2016-05-21 15:07:59 +00:00
2016-03-29 19:43:37 +00:00
2016-05-24 19:23:20 +00:00
2016-05-30 06:39:31 +00:00
2016-04-04 15:38:44 +00:00
2016-02-11 05:52:36 +00:00
2014-11-28 21:31:40 +00:00
2014-08-18 03:12:00 +00:00
2016-05-16 17:05:15 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2015-11-05 20:41:05 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2015-06-01 04:38:57 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2014-06-26 20:12:54 +00:00
2014-06-26 20:12:54 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00
2016-04-04 15:38:44 +00:00

Here is some documentation for Nmap, but these files are much less
comprehensive than what you'll find at the actual Nmap documentation
site ( https://nmap.org ).
Languages
C 37.8%
Lua 28.1%
C++ 16.7%
Shell 5.8%
Python 4.2%
Other 7.2%