1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Add changelog entry for #2657. Closes #2657

This commit is contained in:
dmiller
2025-10-24 19:27:53 +00:00
parent eb1ed93540
commit f2548e68a8

View File

@@ -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]