mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Fixes unpacking of the Java serialization magic marker. This complements the change in r36149.
This commit is contained in:
parent
7128753730
commit
8be2332c54
1 changed files with 1 additions and 1 deletions
|
|
@ -883,7 +883,7 @@ function RmiDataStream:readReturnData(dis)
|
|||
return doh("Not enough data received")
|
||||
end
|
||||
|
||||
local status, magic = dis:readShort() -- read magic
|
||||
local status, magic = dis:readUnsignedShort() -- read magic
|
||||
local status, version = dis:readShort() -- read version
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue