mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +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:
parent
fb1c9ce619
commit
55bb052653
1 changed files with 2 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue