Browse Source
Go checks contentSize <= SuperBlockSize to detect empty volumes (no needles). Rust used < which would incorrectly allow a volume with exactly SuperBlockSize bytes (header only, no data) to proceed to the TTL expiry check and potentially be marked as expired.rust-volume-server
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue