-
Jorgen Loland authored
WHEN THERE IS A NULL BIT The for() loop in _mi_print_key() iterates one time to many when there is a NULL bit because each iteration only increases the key pointer with keyseg->length (size of the key NOT including NULL bits) when it should have been increased with (keyseg->length + #NULL-bits) instead.
Jorgen Loland authoredWHEN THERE IS A NULL BIT The for() loop in _mi_print_key() iterates one time to many when there is a NULL bit because each iteration only increases the key pointer with keyseg->length (size of the key NOT including NULL bits) when it should have been increased with (keyseg->length + #NULL-bits) instead.
Loading