Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b35122a

Browse files
committed
Merge branch 'master' of github.com:sqlmapproject/sqlmap
2 parents eb08c8d + dea6218 commit b35122a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ def dataToOutFile(filename, data):
817817
retVal = None
818818

819819
if data:
820-
retVal = "%s%s%s" % (conf.filePath, os.sep, filePathToString(filename))
820+
retVal = "%s%s%s" % (conf.filePath, os.sep, filePathToSafeString(filename))
821821

822822
with codecs.open(retVal, "wb", UNICODE_ENCODING) as f:
823823
f.write(data)

0 commit comments

Comments
 (0)