Land #10585, fix #10577, fix "Exploit failed: TypeError no implicit conversion of Array into Integer"

4.x
Tim W 2018-09-05 02:53:09 +08:00 committed by Metasploit
parent 12ef780bc2
commit 3ab5b58a6b
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ class Msf::Module::Target
self.name = name
self.opts = opts
self.save_registers = opts['SaveRegisters']
self.ret = opts['Ret'],
self.ret = opts['Ret']
self.default_options = opts['DefaultOptions']
if opts['Platform']