• Show log

    Commit

  • Hash : 20f7f80c
    Author : Peter Hutterer
    Date : 2021-03-29T16:23:28

    xkbcomp: use memcpy over strncpy to avoid analyzer warnings
    
    The target buffer is 7 bytes long, null-termination is optional (as the comment
    already suggests). Coverity is unhappy about this though so let's use memset and
    memcpy instead.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    

  • 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