• Show log

    Commit

  • Hash : 708def87
    Author : Sam Lantinga
    Date : 2016-10-01T11:48:15

    Fixed bug 3338 - console_wmain doesn't null terminate the argv array
    
    Simon Hug
    
    The function console_wmain in src/main/windows/SDL_windows_main.c does not null terminate the argument list it is creating. As specified by the C standard, "argv[argc] shall be a null pointer."
    
    The SDLTest framework makes use of that null pointer and some test programs can cause an access violation because it's missing.
    

  • 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