mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Fix a format string crash (missing formatted value) in targets-ipv6-map4to6
This commit is contained in:
parent
91c379fa92
commit
dc4c9927d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue