Commit a45f531aa75676052f05e4cf2a2a1fae527a8416

Ran Benita 2013-10-09T12:12:59

keymap: call strlen on keymap string instead of SIZE_MAX I wanted to avoid the strlen, but we'd better keep the scanner a bit less surprising and encourage people to use xkb_keymap_new_from_buffer() instead of they do in fact have access to the size. Signed-off-by: Ran Benita <ran234@gmail.com>