mirror of
https://github.com/nmap/nmap.git
synced 2025-12-27 09:59:04 +00:00
Avoid format-string bugs. Fixes #2634
This commit is contained in:
@@ -69,7 +69,7 @@ OSPF = {
|
||||
header.auth_data.hash = hash
|
||||
else
|
||||
-- Shouldn't happen
|
||||
stdnse.debug1("Unknown authentication type " .. header.auth_type)
|
||||
stdnse.debug1("Unknown authentication type %s", header.auth_type)
|
||||
return nil
|
||||
end
|
||||
header.router_id = ipOps.fromdword(header.router_id)
|
||||
|
||||
Reference in New Issue
Block a user