mirror of
https://github.com/nmap/nmap.git
synced 2026-02-10 15:36:33 +00:00
Fixing the crash David reported at http://seclists.org/nmap-dev/2007/q4/0720.html . It occurred when exiting the Profile Editor (while editing an existing profile) by clicking 'X', then editing the same profile again. Now the window that appears when clicking Cancel ('Deleting Profile') comes up when exiting with 'X'. I had to change the value returned when clicking Cancel in the 'Deleting Profile' window (which is in self.quit in ProfileEditor.py), but everything seems to work fine. If for some reason this checkin causes any problems, that's the likely culprit.
This commit is contained in:
@@ -15,6 +15,13 @@ o Fixed a crash in Zenmap which occurred when attempting to edit or
|
||||
Now a new Profile Editor is opened. Thanks to D1N (d1n@inbox.com)
|
||||
for the report. [Kris]
|
||||
|
||||
o Fixed another crash in Zenmap which occurred when exiting the
|
||||
Profile Editor (while editing an existing profile) by clicking the
|
||||
"X", then going to edit the same profile again. The error message
|
||||
was: "No option named '' found!". Now the same window that appears
|
||||
when clicking Cancel comes up when clicking "X". Thanks to David
|
||||
for reporting this bug. [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]
|
||||
|
||||
Reference in New Issue
Block a user