mirror of
https://github.com/nmap/nmap.git
synced 2025-12-20 22:49:01 +00:00
o [NSE] Fixed a bunch of global access errors in various libraries reported by
the nse_check_globals script. [Patrik]
This commit is contained in:
@@ -623,12 +623,12 @@ local function printBuffer(strData)
|
||||
print(out)
|
||||
end
|
||||
|
||||
function test()
|
||||
local res
|
||||
res = versionQuery()
|
||||
print(type(res),res:len(),res)
|
||||
local out= bin.unpack('C'..#res,res)
|
||||
printBuffer(res)
|
||||
end
|
||||
-- function test()
|
||||
-- local res
|
||||
-- res = versionQuery()
|
||||
-- print(type(res),res:len(),res)
|
||||
-- local out= bin.unpack('C'..#res,res)
|
||||
-- printBuffer(res)
|
||||
-- end
|
||||
--test()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user