radix_tree: fix key comparison in internal_bound
Key's bytes should be compared as unsigned chars. Otherwsie thse comparison will yield incorrect result for values < 0.
parent
8a1aec4a
Please register or sign in to comment
Key's bytes should be compared as unsigned chars. Otherwsie thse comparison will yield incorrect result for values < 0.