From 64b7e255efb8a84aed2e0cbf2f5d562a5a4d60a3 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 22 Apr 2008 18:35:12 +0000 Subject: [PATCH] Add the segmentation fault fix from zenmap r7176 to the CHANGELOG. --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 91a4954b1..7debf7051 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ # Nmap Changelog ($Id$); -*-text-*- +o Zenmap now prints an exception message rather than segfaulting when it + can't open a display (such as when trying to connect to an X server as + an unauthorized user). Thanks to Aaron Leininger for the initial + report and Guilherme Polo for suggesting the fix. + o Fixed an assertion failure caused when a host had NSE scripts in multiple runlevels. This in turn also fixes --host-timeout behavior in NSE. [Kris]