-
Jan Lindström authored
Problem was that we used heap allocated key using too small array. Fixed by using dynamic memory allocation using actual needed size.
d1eeb4b8
Problem was that we used heap allocated key using too small array. Fixed by using dynamic memory allocation using actual needed size.