Skip to content

[pull] master from curl:master#480

Merged
pull[bot] merged 1 commit intoReality2byte:masterfrom
curl:master
Dec 30, 2025
Merged

[pull] master from curl:master#480
pull[bot] merged 1 commit intoReality2byte:masterfrom
curl:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Dec 30, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

- Use 32767-1 instead of PATH_MAX-1 (260-1) as the maximum allowable
  length of a path in Windows.

Prior to this change the path sanitizer in Windows used 32767-1 as the
maximum length only for paths that had the "\\" prefix like
"\\?\longpath". Since then we added some workarounds to open longer
paths without "\\?\" prefix by normalizing the path and adding that
prefix, and the sanitizer is called before the prefix is added.

Bug: #20044
Reported-by: Viktor Szakats

Closes #20046
@pull pull bot locked and limited conversation to collaborators Dec 30, 2025
@pull pull bot added the ⤵️ pull label Dec 30, 2025
@pull pull bot merged commit 1068d04 into Reality2byte:master Dec 30, 2025
1 check failed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant