mirror of
https://github.com/nmap/nmap.git
synced 2025-12-18 13:39:02 +00:00
Add to CHANGELOG:
o [Ncat] Fixed proxy connections in connect mode on Windows. Because
the dup function does not work on Windows, an assertion failure
would be raised reading
(fh >= 0 && (unsigned)fd < (unsigned)_nhandle)
[David]
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# Nmap Changelog ($Id$); -*-text-*-
|
# Nmap Changelog ($Id$); -*-text-*-
|
||||||
|
|
||||||
|
o [Ncat] Fixed proxy connections in connect mode on Windows. Because
|
||||||
|
the dup function does not work on Windows, an assertion failure
|
||||||
|
would be raised reading
|
||||||
|
(fh >= 0 && (unsigned)fd < (unsigned)_nhandle)
|
||||||
|
[David]
|
||||||
|
|
||||||
o [Ncat] Fixed the combination of --max-conns and --exec on Windows.
|
o [Ncat] Fixed the combination of --max-conns and --exec on Windows.
|
||||||
The count of connected clients was not decreased when the program
|
The count of connected clients was not decreased when the program
|
||||||
spawned by --exec finished. With --max-conns 5, for example, no more
|
spawned by --exec finished. With --max-conns 5, for example, no more
|
||||||
|
|||||||
Reference in New Issue
Block a user