From baed30beed4576a30c1761cdcb2e943d2f5031fd Mon Sep 17 00:00:00 2001 From: dmiller Date: Tue, 10 Jul 2018 14:23:13 +0000 Subject: [PATCH] Changelog entry for #1233 fix --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index e43961e62..09d308708 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ #Nmap Changelog ($Id$); -*-text-*- +o [NSE][GH#1233] Fix brute.lua's BruteSocket wrapper, which was crashing Nmap + with an assertion failure due to socket mixup [Daniel Miller]: + nmap: nse_nsock.cc:672: int receive_buf(lua_State*, int, lua_KContext): Assertion `lua_gettop(L) == 7' failed. + o [NSE][GH#1254] Handle an error condition in smb-vuln-ms17-010 caused by IPS closing the connection. [Clément Notin]