You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsA-ioArea: `std::io`, `std::fs`, `std::net` and `std::path`T-libsRelevant to the library team, which will review and decide on the PR/issue.
"TOCTOU" is used liberally in the std::fs docs. The explanation of the phrase itself, including the overall concept, should probably be centralized to the top of the module docs. That way individual functions and such could link back, so that each function can instead explain the nature of the specific TOCTOU hazard that it either mitigates or is exposed to.
The text was updated successfully, but these errors were encountered:
workingjubilee
added
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
A-io
Area: `std::io`, `std::fs`, `std::net` and `std::path`
labels
May 31, 2025
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsA-ioArea: `std::io`, `std::fs`, `std::net` and `std::path`T-libsRelevant to the library team, which will review and decide on the PR/issue.
Uh oh!
There was an error while loading. Please reload this page.
Location
std::fs
Summary
"TOCTOU" is used liberally in the
std::fs
docs. The explanation of the phrase itself, including the overall concept, should probably be centralized to the top of the module docs. That way individual functions and such could link back, so that each function can instead explain the nature of the specific TOCTOU hazard that it either mitigates or is exposed to.The text was updated successfully, but these errors were encountered: