Commit 14a5c730 authored by Igor Chorążewicz's avatar Igor Chorążewicz
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment