Skip to content
Snippets Groups Projects
Commit ca38bc17 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Fix and optimize bitset index for case when key is empty

This patch fixes out of bounds memory access in bit_iterator_init
for size == 0. The patch also optimizes bitset/index library to skip
useless iterations over empty keys.

Closes #425
parent 7c016f59
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment