CVSROOT: /home/cvs/fvwm Module name: fvwm Changes by: tadam 09/02/21 18:18:47
Modified files:
. : ChangeLog
fvwm : bindings.c
libs : charmap.c
Log message:
Fix segfault and optimise memory management to print_bindings functionality.
Only allocate those variables on the stack where they're needed -- make
everything else belong on the heap. Furthermore, fix segfault in
fvwm/bindings.c:print_bindings() when performing strlen on unallocated
memory.
