1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-01 11:09:07 +00:00

Add CHANGELOG credits for the users who sent in reports for the

dns-zone-transfer.nse parsing bug.
This commit is contained in:
david
2009-02-07 07:28:54 +00:00
parent 8d75390c9b
commit 1252aa00fa

View File

@@ -4,7 +4,8 @@ o Fixed a DNS decoding bug in dns-zone-transfer.nse that created
garbage output and could crash Zenmap by including 0x0C bytes in XML
files. The Zenmap crash looked like
SAXParseException: .../zenmap-XXXXXX.xml:39:290: not well-formed (invalid token)
[David]
Thanks to Anino Belan and Eric Nickel for sending in affected log
files. [David]
o [NSEDoc] Scripts that use modules automatically have the script
arguments defined by those modules included in their documentation.