From c8f3e6a04079947f586484b64758b8a670fd14d1 Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 25 Jan 2008 22:56:10 +0000 Subject: [PATCH] fixing a Zenmap crash when trying to edit or create a new profile based on an existing one when there wasn't one selected (http://seclists.org/nmap-dev/2007/q4/0680.html). Now a new Profile Editor is opened --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index c849768af..4727ecd19 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,13 @@ o Nmap URL has changed from http://insecure.org/nmap/ to and bookmarks. And if you don't have a link to Nmap on your web site, now is a good time to add one :). +o Fixed a crash in Zenmap which occurred when attempting to edit or + create a new profile based on an existing one when there wasn't one + selected. The error message was: + 'NoneType' object has no attribute 'toolbar' + Now a new Profile Editor is opened. Thanks to D1N (d1n@inbox.com) + for the report. [Kris] + o Added IPv6 host support to the RPC scan. Attempting this before (via -sV) caused a segmentation fault. Thanks to Will Cladek for the report. [Kris]