• Show log

    Commit

  • Hash : 833f76ab
    Author : Sam Lantinga
    Date : 2020-02-07T11:49:56

    Fixed bug 4968 - NULL passed to memcpy in WriteProprietary in SDL_hidapi_switch.c
    
    meyraud705
    
    In SDL_hidapi_switch.c
    
    line 443: Function BTrySetupUSB call WriteProprietary with pBuf=NULL and ucLen=0
    line 376: WriteProprietary check its input (!pBuf && ucLen > 0) || ucLen > sizeof(packet.rgucProprietaryData): ucLen is 0 so it passes
    line 382: WriteProprietary call memcpy with pBuf=NULL
    

  • 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