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

radix_tree: fix upper_bound implementation

If a key was not present in a radix tree and a slot variable was
set to &root, next_leaf function lead to accessing uninitialzied memory
(we tried to increment slot, as if it was a pointer to an element in array).
parent 40b23f2f
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