From 1cd584f4d8523a557952052815575b6c1d850d97 Mon Sep 17 00:00:00 2001 From: dmiller Date: Fri, 17 May 2019 18:03:15 +0000 Subject: [PATCH] CHANGELOG entry for #1077 This was reported, with a correct patch, back in December 2017, and I rediscovered the issue and came up with the same patch in r37532 in November 2018. Full credit should go to Seth Randall. --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index a09117c8c9..fa205bec06 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ #Nmap Changelog ($Id$); -*-text-*- +o [NSE][GH#1077] Fix a crash caused by a double-free of libssh2 session data + when running SSH NSE scripts against non-SSH services. [Seth Randall] + o [NSE][GH#1565] Updates the execution rule of the mongodb scripts to be able to run on alternate ports. [Paulino Calderon]