• Show log

    Commit

  • Hash : 397e7e01
    Author : Pierre Le Marre
    Date : 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.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/libxkbcommon.git
    Git SSH git@git.kmx.io:kc3-lang/libxkbcommon.git
    Public access ? public
    Description

    keymap handling library for toolkits and window systems

    Users
    kc3_lang_org www_kmx_io thodg_w thodg_l thodg thodg_m
    Tags