Skip to content
Commit 58268abe authored by Harald Sitter's avatar Harald Sitter 🐧
Browse files

override Dir#mktmpdir to force-sanitize prefix_suffix

on windows the allowed characters for directories is stricter than on posix
and as a result self.class may not be used as prefix verbatim.
as a safe guard we now prepend a sanitizer to Dir#mktmpdir so that only
valid characters can be used as prefix_suffix and we wont accidently create
invalid paths in the future

BUG: 393011
parent e3c4f6ca
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment