radix_tree: fix use after free
Iterator inside erase() cannot be incremented after calling delete_persistent. Incrementing checks the value of leaf_->parent which means reading from free'd memory.
parent
d5c29f9c
Please register or sign in to comment