• Show log

    Commit

  • Hash : 8c9f7104
    Author : Simon McVittie
    Date : 2022-05-10T10:33:54

    video: Harden calculation of SDL_surface pitch and size against overflow
    
    If the width is sufficiently ludicrous, then the calculated pitch or
    the image size could conceivably be a signed integer overflow, which
    is undefined behaviour. Calculate in the unsigned size_t domain, with
    overflow checks.
    
    Signed-off-by: Simon McVittie <smcv@collabora.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_w kc3_lang_org thodg_l thodg_m www_kmx_io thodg
    Tags