From f2548e68a8c69e35e1e8d9f3a258bfbe7e9374cf Mon Sep 17 00:00:00 2001 From: dmiller Date: Fri, 24 Oct 2025 19:27:53 +0000 Subject: [PATCH] Add changelog entry for #2657. Closes #2657 --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 0fb6f35c6..a92755a60 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -298,6 +298,9 @@ o [GH#2609] Fixed a memory leak in Nsock: compiled pcap filters were not freed. o [GH#2658] Fixed a crash when using service name wildcards with -p, as in -p "http*" +o [GH#2657] Fixed an issue where NSE-assigned service names could be overwritten + prior to output, leading to XML validation errors and unprintable screen output. + o [NSE] Fixed DNS TXT record parsing bug which caused asn-query to fail in Nmap 7.80 and later. [David Fifield, Mike Pattrick]