Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(roaring64): art_find_at would return the wrong leaf #553

Merged
merged 1 commit into from
Jan 14, 2024

Conversation

Dr-Emann
Copy link
Member

If a leaf shared all but the last byte, art_find_at could return the incorrrect leaf, rather than returning NULL

Fixes #552

@Dr-Emann Dr-Emann requested a review from SLieve January 14, 2024 00:34
If a leaf shared all but the last byte, art_find_at could return the incorrrect
leaf, rather than returning NULL

Fixes #552
@Dr-Emann Dr-Emann merged commit bb9b90f into master Jan 14, 2024
44 checks passed
@Dr-Emann Dr-Emann deleted the push-zklynzyqkqrn branch January 14, 2024 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

roaring64: large add_range_closed leads to incorrect cardinality
2 participants