SIGN IN SIGN UP

Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.

0 0 1 Rust

fix(volume): use dynamic buffer sizes in volume_guid Win32 calls

Use root_buf.len() and guid_buf.len() instead of hardcoded literals
to avoid size mismatches. Increased root_buf to 1024 to handle
folder-mounted volumes whose paths can exceed MAX_PATH.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
S
slvnlrt committed
274ad09a20f83723fe3db327f626d7edcb18702a
Parent: 90659c1