Edit

kc3-lang/libxkbcommon/src

Branch :

  • Show log

    Commit

  • Author : Pierre Le Marre
    Date : 2023-07-04 09:23:24
    Hash : 397e7e01
    Message : 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.