diff options
| author | Stefan Boberg <[email protected]> | 2026-03-20 09:31:04 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2026-03-20 09:31:04 +0100 |
| commit | 7d3854267371b3cdb0b813e47cacb2966a66efa3 (patch) | |
| tree | 2965c3b8b4f6a017744e863baf150273c2e42a5d /src/zencompute | |
| parent | Add generic fmt::formatter for types with free ToString functions (diff) | |
| download | zen-sb/compute-auth.tar.xz zen-sb/compute-auth.zip | |
Fix MakeSafeAbsolutePathInPlace for UNC pathssb/compute-auth
UNC paths (\server\share) require the \?\UNC\server\share prefix
for long path support, not \?\\server\share which is invalid.
Detect the \\ prefix and replace it with \?\UNC\ instead of
blindly prepending \?\.
Add tests covering local paths, UNC paths, and already-prefixed paths.
Diffstat (limited to 'src/zencompute')
0 files changed, 0 insertions, 0 deletions