[Touch-packages] [Bug 1631504] Re: loadkeys segfaults with certain arguments in 16.10

2016-10-13 Thread Jason Conti
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"

[Touch-packages] [Bug 1631504] [NEW] loadkeys segfaults with certain arguments in 16.10

2016-10-07 Thread Jason Conti
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