Mirror von
https://github.com/tkuschel/bees.git
synchronisiert 2026-05-08 04:59:37 +02:00
5c1b45d67c
Extents that extend past EOF will have ipos = (file size rounded up to next block) and e.end() = (file size not rounded), which fails this constraint check. The constraint check is wrong. Remove it for now. Signed-off-by: Zygo Blaxell <bees@furryterror.org>