1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 18:09:01 +00:00

Fix bugs where pos return value of bin.unpack was ignored

This commit is contained in:
dmiller
2016-07-21 17:05:24 +00:00
parent be3cd99dbc
commit 963011520f
4 changed files with 5 additions and 4 deletions

View File

@@ -676,7 +676,7 @@ end
-- local res
-- res = versionQuery()
-- print(type(res),res:len(),res)
-- local out= bin.unpack('C'..#res,res)
-- local _, out= bin.unpack('C'..#res,res)
-- printBuffer(res)
-- end
--test()