1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-01 02:59:01 +00:00

Fixed a bug that would make Nmap segfault if it failed to open an interface

using pcap. The bug details and patch are posted here:
http://seclists.org/nmap-dev/2011/q3/365
[Patrik]
This commit is contained in:
patrik
2011-08-10 16:36:49 +00:00
parent 4d4b6ed20f
commit 8cf0364f4c

View File

@@ -1,5 +1,9 @@
# Nmap Changelog ($Id$); -*-text-*-
o Fixed a bug that would make Nmap segfault if it failed to open an interface
using pcap. The bug details and patch are posted here:
http://seclists.org/nmap-dev/2011/q3/365 [Patrik]
o Ncat SCTP mode supports connection brokering now(--sctp --broker). [Shinnok]
o Nmap now defers options parsing until it has read through all the command line