| Summary: | SDL_joystick: crash | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Marcos Souza <marcos.souza.org> |
| Component: | joystick | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | philipp.wiesemann |
| Version: | 2.0.4 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
Marcos Souza
2016-05-24 01:58:21 UTC
SDL_JoystickName() should be called with an SDL_Joystick pointer in SDL 2.0. The back trace looks like it was called with an integer. This is wrong. The integer version is SDL_JoystickNameForIndex() in SDL 2.0. Looks like an application API error |