-
-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#239 Fix BTreeMap validation erasing suffix ranges
Non-compact BTreeMaps would accidentally erase the suffix subtree after their node data. This effectively made any struct members after a BTreeMap fail to validate with an invalid subtree pointer range. The fix for this is to push an additional prefix subtree range for all nodes in the BTreeMap before checking each one individually.
- Loading branch information
Showing
2 changed files
with
102 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters