• Show log

    Commit

  • Hash : d12d7952
    Author : Yuri Kunde Schlesner
    Date : 2014-05-10T21:48:46

    Align pointer in SDL_memset before doing Uint32 loop
    
    Some more recent compilers emit SSE aligned store instructions for the loop,
    causing crashes if the destination buffer isn't aligned on a 32-bit boundary.
    This would also crash on platforms like ARM that require aligned stores.
    
    This fixes a crash inside SDL_FillRect that happens with the official x64 mingw
    build.
    

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