1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-10 00:19:02 +00:00

Add the segmentation fault fix from zenmap r7176 to the CHANGELOG.

This commit is contained in:
david
2008-04-22 18:35:12 +00:00
parent a552a52eb1
commit 64b7e255ef

View File

@@ -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]