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

Fix the wdFS behaviour due to Go 1.21.4's changes to IsAbs #1915

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

hairyhenderson
Copy link
Owner

@hairyhenderson hairyhenderson commented Nov 19, 2023

Handling of relatively obscure forms of Windows file paths was broken by the security fixes in Go 1.21.4. This PR fixes the logic to be more in-line with how Windows itself categorizes and parses paths.

There's probably an opportunity for more refactoring, but this'll do for now.

This also updates the CI to expose bugs when dealing with non-current volumes on Windows.

@hairyhenderson hairyhenderson self-assigned this Nov 19, 2023
@hairyhenderson hairyhenderson force-pushed the wdfs-go1.21.4-fix branch 4 times, most recently from 5d553b1 to 8fd2a6b Compare November 20, 2023 01:51
@hairyhenderson hairyhenderson enabled auto-merge (squash) November 20, 2023 01:58
@hairyhenderson hairyhenderson merged commit 5c813db into main Nov 20, 2023
14 checks passed
@hairyhenderson hairyhenderson deleted the wdfs-go1.21.4-fix branch November 20, 2023 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant