Browse Source
Go checks extraSize > 256*256-2 and calls glog.Fatalf to prevent corrupt super block headers. Rust was silently truncating via u16 cast, which would write an incorrect extra_size field.rust-volume-server
1 changed files with 6 additions and 0 deletions
Loading…
Reference in new issue