Markus Armbruster <[email protected]> writes: > parse_keyboard_layout() passes a possibly null @filename to > trace_keymap_parse(). Trace backend log then formats it with %s, > which crashes on some systems. > > Fix by moving the null check before the trace_keymap_parse(). > > While there, improve the error messages a bit. > > Fixes: d3b787fa7dde (keymaps: add tracing) > Signed-off-by: Markus Armbruster <[email protected]>
Queued. Thanks for the review!
