Leon Rosenshein
Results
1
issues of
Leon Rosenshein
Since GO 1.17, ioutil.TempDir has called MkdirTemp for it's implementation. Since at least October of 2020, MkdirTemp has [checked the input prefix for os.PathSeparator](https://cs.opensource.google/go/go/+/refs/tags/go1.20.5:src/os/tempfile.go;l=62;bpv=0;bpt=0). This PR adds that check and...