1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +00:00

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]
This commit is contained in:
fyodor
2009-05-15 03:01:01 +00:00
parent 516928b07d
commit ab1fa58da2

View File

@@ -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]