FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[v22.x backport] lib: handle windows reserved device names on UNC by RafaelGSS · Pull Request #59831 · nodejs/node · GitHub

/ node Public

[v22.x backport] lib: handle windows reserved device names on UNC - #59831

Closed
RafaelGSS wants to merge 2 commits into
nodejs:v22.x-stagingfrom
RafaelGSS:backport-59286-and-55623-to-v22
Closed

[v22.x backport] lib: handle windows reserved device names on UNC#59831
RafaelGSS wants to merge 2 commits into
nodejs:v22.x-stagingfrom
RafaelGSS:backport-59286-and-55623-to-v22

Conversation

Copy link
Copy Markdown
Member

This PR backports #59286 and #55623 to v22.x-staging.

I have amended on 4b94984 due to https://github.com/nodejs-private/node-private/pull/555#issuecomment-2601026680

huseyinacacak-janea and others added 2 commits September 9, 2025 17:16
Fixes: nodejs#54025
PR-URL: nodejs#55623
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
We have found that UNC paths weren't covered
when .join/.normalize windows reserved device
names (COM1, LPT1).

PR-URL: nodejs#59286
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/path

nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. path Issues and PRs related to the path subsystem. v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch. labels Sep 9, 2025
richardlau added the request-ci Add this label to start a Jenkins CI on a PR. label Sep 16, 2025
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 16, 2025

Copy link
Copy Markdown
Collaborator

richardlau pushed a commit that referenced this pull request Sep 17, 2025
Fixes: #54025
PR-URL: #55623
Backport-PR-URL: #59831
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
richardlau pushed a commit that referenced this pull request Sep 17, 2025
We have found that UNC paths weren't covered
when .join/.normalize windows reserved device
names (COM1, LPT1).

PR-URL: #59286
Backport-PR-URL: #59831
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

Copy link
Copy Markdown
Member

Landed in 98e399b...0b631bb

richardlau closed this Sep 17, 2025
marco-ippolito pushed a commit that referenced this pull request Mar 2, 2026
Fixes: #54025
PR-URL: #55623
Backport-PR-URL: #59831
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
marco-ippolito pushed a commit that referenced this pull request Mar 3, 2026
Fixes: #54025
PR-URL: #55623
Backport-PR-URL: #59831
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. path Issues and PRs related to the path subsystem. v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL