1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-14 11:49:01 +00:00

Update --max-conns entry.

This commit is contained in:
shinnok
2011-06-19 06:56:51 +00:00
parent ea99942f25
commit 4b73064c75

View File

@@ -1,6 +1,13 @@
In progress:
o --max-conns is broken in latest svn, find out why
o --max-conns is broken in latest svn -> fixed in r24130, other two
bugs discovered:
o --max-conns 0 kills ncat with a glibc assertion error on calloc with
zero as nmemb(??) at:
init_fdlist(&broadcast_fdlist, o.conn_limit);
o When killing the first initiated connection on --max-conns > 1 Ncat:
Ncat: Program bug: fd (5) not on list. QUITTING.
o Ncat hangs on ssl -> mostly done, some refactoring left to do
http://seclists.org/nmap-dev/2011/q2/842
o Review latest revision of Marek's ncat_proxy.patch