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

radix_tree: initialize tree variable in iterator

Previously it was default-initialized to nullptr in copy ctor
from non-const iterator which resulted in the following error
for multiple radix tests under UBSAN:

"runtime error: member call on null pointer of type ..."
parent 3327d737
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