Skip to content

Symbols: resize the syms array when removing NoSymbol

Matthieu Herrb requested to merge mherrb/xkbcomp:master into master

On OpenBSD, with malloc_conf=S, the recallocarray() code detects a size mismatch in ResizeKeyGroup when numLevels[group] doesn't match the allocated size of syms[group].

Should fix #25

Signed-off-by: Matthieu Herrb matthieu@herrb.eu

Merge request reports