Skip to content

Use the NtCreateFile path for implementing stat on Windows. - #295

Merged
sunfishcode merged 1 commit into
mainfrom
sunfishcode/stat-with-nt-create-file
Feb 15, 2023
Merged

Use the NtCreateFile path for implementing stat on Windows.#295
sunfishcode merged 1 commit into
mainfrom
sunfishcode/stat-with-nt-create-file

Conversation

@sunfishcode

Copy link
Copy Markdown
Member

Always use open_unchecked with no access for implementing stat on Windows, as that now uses the new NtCreateFile path.

Always use `open_unchecked` with no access for implementing `stat` on Windows,
as that now uses the new `NtCreateFile` path.
@sunfishcode
sunfishcode force-pushed the sunfishcode/stat-with-nt-create-file branch from 44e2c20 to 3513347 Compare February 14, 2023 03:41
@sunfishcode
sunfishcode merged commit 684a62f into main Feb 15, 2023
@sunfishcode
sunfishcode deleted the sunfishcode/stat-with-nt-create-file branch February 15, 2023 17:31
sunfishcode added a commit that referenced this pull request Mar 16, 2023
Always use `open_unchecked` with no access for implementing `stat` on Windows,
as that now uses the new `NtCreateFile` path.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant