mirror of
https://github.com/nmap/nmap.git
synced 2025-12-29 10:59:02 +00:00
In xml_convert, handle the case when repl is the empty string on the
first iteration. This can't happen with the current data definitions, but if it did it would result in memcpy being passed a null pointer. (memcpy would be asked to do a zero-byte copy, so it would probably be okay anyway, but it's better to be safe.)
This commit is contained in:
Reference in New Issue
Block a user