From 4c13add811853443676e68422aaaa932bc25e227 Mon Sep 17 00:00:00 2001 From: tomsellers Date: Sat, 19 Feb 2011 00:08:10 +0000 Subject: [PATCH] --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 13db00014..2953b1d61 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,10 @@ o [NSE] Use the correct script name in the usage example of the smtp-enum-users script. Reported by Jamuse, who also contributed a patch. +o [NSE] db2-das-info - Corrected a bug that caused the script to fail + when DB2 Discovery mode is disabled on the DAS service on port 523. + [Tom] + o Added checks that the argument to freeaddrinfo is not NULL, avoiding a segmentation fault on Android and possibly other platforms. Suggested by Vlatko Kosturjak and Alexismm2.