1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-10 15:36:33 +00:00

Fix a crash that could occur if an Nmap XML file has a trace element without

any hop elements inside. I don't know how that happened, but we got a crash
report.
This commit is contained in:
david
2008-09-12 05:43:35 +00:00
parent fb1c9ce619
commit 55bb052653

View File

@@ -15,6 +15,8 @@ o [Zenmap] Several corner-case crashes were fixed: [David]
GError: Odd character '\'
File "radialnet/gui/ControlWidget.py", line 104, in __create_widgets
AttributeError: 'module' object has no attribute 'STOCK_INFO'
File "radialnet\util\integration.pyo", line 385, in make_graph_from_hosts
KeyError: 'hops'
o [Zenmap] A crash was fixed that happened when opening the Hosts
Viewer with an empty list of hosts. [David]