• Show log

    Commit

  • Hash : bf076c22
    Author : Sam Lantinga
    Date : 2016-10-07T17:30:21

    Fixed bug 2957 - De-reference rz_src without NULL check in SDLgfx_rotateSurface function
    
    Nitz
    
    In function SDLgfx_rotateSurface:
    
    rz_dst =
                SDL_CreateRGBSurface(SDL_SWSURFACE, dstwidth, dstheight + GUARD_ROWS,
                rz_src->format->Rmask, rz_src->format->Gmask,
                rz_src->format->Bmask, rz_src->format->Amask);
    
    Here rz_src get De-referenced without NULL check, which is risky.
    

  • 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