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

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

This commit is contained in:
kris
2008-01-25 22:56:10 +00:00
parent 9be72c95d5
commit c8f3e6a040

View File

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