• Jim Fulton's avatar
    Added check to make sure BTreeItems objects don't segfault by · d118318a
    Jim Fulton authored
    exceeding underlying BTree data because BTree items were deleted
    since the BTreeItems object was deleted.
    
    Note that accessing BTreeItems elements could give incorrect
    results if BTree items are deleted after creating a BTreeItems
    object.
    d118318a
BTree.c 40.4 KB