From ab1fa58da23b11f348b61d9850e7e25eaf7be0b5 Mon Sep 17 00:00:00 2001 From: fyodor Date: Fri, 15 May 2009 03:01:01 +0000 Subject: [PATCH] o Fixed an assertion failure which could occur on at least SPARC Linux The error looked like "nsock_core.c:294: handle_connect_result: Assertion `0' failed. Aborted". [David Fifield, Fabio Pedretti] --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 500ee3478..8440e53a7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # Nmap Changelog ($Id$); -*-text-*- +o Fixed an assertion failure which could occur on at least SPARC Linux + The error looked like "nsock_core.c:294: handle_connect_result: + Assertion `0' failed. Aborted". [David Fifield, Fabio Pedretti] + o Improved the Oracle DB version detection signatures. [Tom Sellers] Nmap 4.85BETA9 [2009-05-12]