Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Fix path length 255#34389

Merged
danmoseley merged 13 commits intodotnet:masterfrom
danmoseley:longn
Jan 8, 2019
Merged

Fix path length 255#34389
danmoseley merged 13 commits intodotnet:masterfrom
danmoseley:longn

Conversation

@danmoseley
Copy link
Member

Fixes https://github.com/dotnet/corefx/issues/34359

Actually this doesn't contain the fix yet, my Linux setup is not working right now so I want to verify this test fails.

I thought I would need to make these tests Unix only, but they seem to pass on my Windows machine.

@danmoseley danmoseley changed the title Fix path length 255 [WIP] Fix path length 255 Jan 7, 2019
@danmoseley
Copy link
Member Author

I'll put up a PR into coreclr for the Interop.ReadDir.cs file, putting it in here to get test coverage, then when I commit this it will merge away to nothing.

@danmoseley
Copy link
Member Author

@dotnet-bot test this please

@danmoseley
Copy link
Member Author

Unrelated failure

@danmoseley danmoseley merged commit 23521cc into dotnet:master Jan 8, 2019
@danmoseley danmoseley deleted the longn branch January 8, 2019 18:16
@karelz karelz added this to the 3.0 milestone Mar 18, 2019
steveisok pushed a commit to steveisok/corefx that referenced this pull request Dec 6, 2019
Pulled in upstream change dotnet#34389
steveisok added a commit to mono/corefx that referenced this pull request Dec 9, 2019
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
* long name test

* typo

* typo

* Enable test as WSL fixed

* Disable test for WSL

* Test update

* Fix tests

* Properly reuse buffer length

* Fix actual bug

* Tests for create on Linux

* Extend to unix

* netfx

* Update interop file


Commit migrated from dotnet/corefx@23521cc
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FileSystemEntry.get_FileName throwing ArgumentOutOfRangeException

3 participants