From 55bb052653aec72bf74ea33632b7632f471b40f9 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 12 Sep 2008 05:43:35 +0000 Subject: [PATCH] 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. --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 1b111ad71..389270ecd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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]