mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-29 11:33:19 +00:00
Not surprisingly, testing the btree code shook out a few bugs - the treap root wasn't initialized - existing split source block wasn't compacted - item movement used item treap fields after deletion All of these had the consequence of feeding the treap code bad offsets so its node/u16 casts could lead it to scribble over memory. Signed-off-by: Zach Brown <zab@versity.com>