• Show log

    Commit

  • Hash : fb0c3040
    Author : Joan Bruguera
    Date : 2022-01-08T21:10:14

    wayland: Avoid infinite loop in keyboard_repeat_handle
    
    If `repeat_info->next_repeat_ms` overflows, many key presses will be generated.
    In the worst case, `now = 0xFFFFFFFFU` and the loop will never terminate.
    
    Rearrange the comparison in order to gracefully handle the overflow case.
    
    Signed-off-by: Joan Bruguera <joanbrugueram@gmail.com>
    

  • Properties

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

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags