From 8cf0364f4cbf9c82e153447c6263d8d5c01b6c39 Mon Sep 17 00:00:00 2001 From: patrik Date: Wed, 10 Aug 2011 16:36:49 +0000 Subject: [PATCH] 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] --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 46a515d60..08ab082b9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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