SDL/src/audio
Philipp Wiesemann 0e45984fa0 Fixed crash if initialization of EGL failed but was tried again later.
The internal function SDL_EGL_LoadLibrary() did not delete and remove a mostly
uninitialized data structure if loading the library first failed. A later try to
use EGL then skipped initialization and assumed it was previously successful
because the data structure now already existed. This led to at least one crash
in the internal function SDL_EGL_ChooseConfig() because a NULL pointer was
dereferenced to make a call to eglBindAPI().
2015-06-21 17:33:46 +02:00
..
alsa Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
android Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
arts Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
bsd Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
coreaudio Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
directsound Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
disk Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
dsp Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
dummy Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
emscripten Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
esd Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
fusionsound Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
haiku Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
nacl Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
nas Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
paudio Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
psp Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
pulseaudio Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
qsa Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
sndio Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
sun Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
winmm Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
xaudio2 Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_audio_c.h Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_audio.c Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_audiocvt.c Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_audiodev_c.h Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_audiodev.c Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_audiomem.h Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_audiotypecvt.c Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_mixer.c Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_sysaudio.h Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_wave.c Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_wave.h Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
sdlgenaudiocvt.pl Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00