Skip to content
  • Jorgen Loland's avatar
    5a73b45c
    Bug#13686970 - _MI_PRINT_KEY ITERATES ONE TIME TOO MUCH · 5a73b45c
    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.
    5a73b45c
    Bug#13686970 - _MI_PRINT_KEY ITERATES ONE TIME TOO MUCH
    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.
Loading