Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

os: [GOOS=windows] fixLongPath should fix-up a 248 length path #18283

Closed
kardianos opened this issue Dec 11, 2016 · 1 comment
Closed

os: [GOOS=windows] fixLongPath should fix-up a 248 length path #18283

kardianos opened this issue Dec 11, 2016 · 1 comment
Milestone

Comments

@kardianos
Copy link
Contributor

I had the luck instance to have a path prefix length in my temp folder that put the os.TestLongPath to be exactly 248 bytes long. When the path is exactly 248 bytes long windows will reject it but the os package won't fix it up.

@kardianos kardianos added this to the Go1.8 milestone Dec 11, 2016
@gopherbot
Copy link

CL https://golang.org/cl/34280 mentions this issue.

@golang golang locked and limited conversation to collaborators Dec 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants