Commit 397e7e013def98b751bd91eb2a0b8a614dd28e2b

Pierre Le Marre 2023-07-04T09:23:24

Fix xkb_keysym_from_name for numeric keysyms When parsing hexadecimal keysym using `xkb_keysym_from_name`, the result is limited by `parse_keysym_hex` to 0xffffffff, but the maximum keysym is XKB_MAX_KEYSYM, i.e. 0x1fffffff. Fixed by adding an upper bound.