Skip to content

Conversation

@leonrosenshein
Copy link

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. This PR adds that check and returns an error in that case.

The PR also includes some basic tests for the TempDir function.

@CLAassistant
Copy link

CLAassistant commented Jul 10, 2023

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants