From 4b73064c750da5c1401a4e8d19a4768bd48fb5cc Mon Sep 17 00:00:00 2001 From: shinnok Date: Sun, 19 Jun 2011 06:56:51 +0000 Subject: [PATCH] Update --max-conns entry. --- todo/shinnok.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/todo/shinnok.txt b/todo/shinnok.txt index 696cb2cc4..e7998f715 100644 --- a/todo/shinnok.txt +++ b/todo/shinnok.txt @@ -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