os: RemoveAll possible regression with empty path #28830
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
release-blocker
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
No - release 1.11.2 behaves as before
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
Go 1.11.2 has the output
<nil>
- indicating no error returnedWhat did you see instead?
Tip has the output
invalid argument
- indicating syscall.EINVALThe text was updated successfully, but these errors were encountered: