mirror of
https://github.com/nmap/nmap.git
synced 2026-01-01 04:19:02 +00:00
Fix a format string crash (missing formatted value) in targets-ipv6-map4to6
This commit is contained in:
@@ -200,7 +200,7 @@ function prerule ()
|
||||
-- be sure to have everything for work the Mapped IPv4 to IPv6
|
||||
if IPv4Sub == nil then
|
||||
stdnse.verbose1( "There are no IPv4 addresses to map!\z
|
||||
You must provide it using the %s.IPv4Hosts script-arg.")
|
||||
You must provide it using the %s.IPv4Hosts script-arg.", SCRIPT_NAME)
|
||||
return false
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user