• Show log

    Commit

  • Hash : 052b4f29
    Author : Sylvain Becker
    Date : 2019-03-12T14:20:37

    SDL_EVDEV_kbd_init: uninitialized data for ioctl (Bug 4530)
    
    Only two chars are used but the full prototype is:
    
    int tioclinux(struct tty_struct *tty, unsigned long arg)
    
    ==5010== Syscall param ioctl(TIOCLINUX) points to uninitialised byte(s)
    ==5010==    at 0x53E73C7: ioctl (syscall-template.S:78)
    ==5010==    by 0x4A887DA: SDL_EVDEV_Init (SDL_evdev.c:163)
    ==5010==    by 0x4A7D157: KMSDRM_VideoInit (SDL_kmsdrmvideo.c:509)
    ==5010==    by 0x497D959: SDL_VideoInit_REAL (SDL_video.c:529)
    ==5010==    by 0x487ACBC: SDL_InitSubSystem_REAL (SDL.c:171)
    ==5010==    by 0x487B052: SDL_Init_REAL (SDL.c:256)
    ==5010==    by 0x488F7D6: SDL_Init (SDL_dynapi_procs.h:85)
    

  • 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

  • README.txt

  •                          Simple DirectMedia Layer
    
                                      (SDL)
    
                                    Version 2.0
    
    ---
    https://www.libsdl.org/
    
    Simple DirectMedia Layer is a cross-platform development library designed
    to provide low level access to audio, keyboard, mouse, joystick, and graphics
    hardware via OpenGL and Direct3D. It is used by video playback software,
    emulators, and popular games including Valve's award winning catalog
    and many Humble Bundle games.
    
    More extensive documentation is available in the docs directory, starting
    with README.md
    
    Enjoy!
    	Sam Lantinga				(slouken@libsdl.org)