• Sam Lantinga's avatar
    Fixed bug #853 · 8a8f96df
    Sam Lantinga authored
     Ludwig Nussel      2009-10-18 05:34:18 PDT
    
    src/joystick/linux/SDL_sysjoystick.c has some problems:
    
    - test_bit() might break with strict aliasing
    - test_bit() assumes array is Uint32 but its actually "unsigned long"
      on 64bit systems sizeof(long) != sizeof(Uint32).
    - the keybit array is too small
    - the arrays are unitialized so the number of
      detected buttons is quite random
    
    --HG--
    branch : SDL-1.2
    extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%404109
    8a8f96df
Name
Last commit
Last update
..
beos Loading commit data...
bsd Loading commit data...
darwin Loading commit data...
dc Loading commit data...
dummy Loading commit data...
linux Loading commit data...
macos Loading commit data...
mint Loading commit data...
nds Loading commit data...
os2 Loading commit data...
riscos Loading commit data...
win32 Loading commit data...
SDL_joystick.c Loading commit data...
SDL_joystick_c.h Loading commit data...
SDL_sysjoystick.h Loading commit data...