metasploit-framework/lib/rex/proto/smb
sinn3r add294d999 Fix potential nil in last_filename
Replacing #2060.  It is possible to get a nil in last_filename if
the sub! function doesn't find any 0x00s to replace, so instead
it's best to use sub(), which should at least return the original
filename.  To make sure we don't hit any other unknown conditions
that may result in nil last_filename, it's also convert with to_s
to make sure it's always a string.
2013-07-09 12:50:19 -05:00
..
simpleclient Break out subclasses into their own files 2013-02-17 06:57:35 -06:00
client.rb Fix potential nil in last_filename 2013-07-09 12:50:19 -05:00
constants.rb Whitespace at EOL 2013-03-07 18:16:57 -06:00
crypt.rb Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
evasions.rb Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
exceptions.rb Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
simpleclient.rb Break out subclasses into their own files 2013-02-17 06:57:35 -06:00
utils.rb Whitespace at EOL 2013-03-07 18:16:57 -06:00