1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-03 05:09:14 +00:00

Lua 5.2 fixed from Daniel Miller.

http://seclists.org/nmap-dev/2012/q2/525
This commit is contained in:
david
2012-05-29 20:11:39 +00:00
parent a04314beaa
commit aa6717eb1f
18 changed files with 36 additions and 34 deletions

View File

@@ -60,7 +60,7 @@ action = function(host, port)
return
end
if not string.match(result, "^....[%z]+\002") then
if not string.match(result, "^....[\0]+\002") then
socket:close()
return
end