Noticed that the code causing the crash is only in the Ubuntu package,
specifically debian/patches/loadkeys_ckbcomp.diff, so I refreshed the
patch with the include and made a debdiff.
** Patch added: "loadkeys_fix_implicit_xmalloc.debdiff"
https://bugs.launchpad.net/ubuntu/+source/kbd/+bug/163
Public bug reported:
This can be reproduced as follows:
1) Switch to VT 1 (ctrl+alt+f1)
2) run: loadkeys garbage
3) loadkeys will segfault
The problem appears to be with the implicit declaration of xmalloc in
loadkeys.c. It is resolved if
#include "xmalloc.h" is added to the top of that file (a
2 matches
Mail list logo