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

[Windows] Always use absolute UNC paths and long path aware APIs, add "long path aware" flag to the application manifest. #91902

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bruvzg
Copy link
Member

@bruvzg bruvzg commented May 13, 2024

Fixes #91413

Some function line CreateProcessW seems to have issues if current working directory name is longer than MAX_PATH, I have added a workaround, but for some extra long paths it still might fail.

… "long path aware" flag to the application manifest.
@bruvzg bruvzg marked this pull request as ready for review May 15, 2024 08:15
@bruvzg bruvzg requested a review from a team as a code owner May 15, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Long Paths in Windows cause ERROR: Condition "f.is_null()" is true.
1 participant