• Show log

    Commit

  • Hash : ca7aa69c
    Author : Pierre Le Marre
    Date : 2023-09-26T17:05:05

    Disallow producing NULL character with escape sequences
    
    NULL usually terminates the strings; allowing to produce it via escape
    sequences may lead to undefined behaviour.
    
    - Make NULL escape sequences (e.g. `\0` and `\x0`) invalid.
    - Add corresponding test.
    - Introduce the new message: XKB_WARNING_INVALID_ESCAPE_SEQUENCE.
    

  • 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
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags