From c68449d5b3cf4ab7530d7fb04a51a30a70783d63 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 1 Feb 2011 21:28:06 +0000 Subject: [PATCH] CHANGELOG: o [NSE] Fixed a bug in the nrpe-enum script that would make it run for every port (when it was selected, which it was not by default). Daniel Miller reported the bug. [Patrick] --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index ad6afe467..c5c10fa84 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # Nmap Changelog ($Id$); -*-text-*- +o [NSE] Fixed a bug in the nrpe-enum script that would make it run for + every port (when it was selected, which it was not by default). + Daniel Miller reported the bug. [Patrick] + o [NSE] Made it a controlled Lua stack trace instead of a fatal error when an NSE script sets a negative socket timeout. Vlatko Kosturjak reported the bug. [David]