mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 21:21:31 +00:00
Fix a bug in dns-fuzz, missing table.concat
This commit is contained in:
@@ -128,7 +128,7 @@ function makeHost (compressed)
|
|||||||
name[#name+1] = "\x00"
|
name[#name+1] = "\x00"
|
||||||
end
|
end
|
||||||
|
|
||||||
return name
|
return table.concat(name)
|
||||||
end
|
end
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user