SDL/premake/VisualC/VS2010/tests
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
..
checkkeys Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
loopwave Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testatomic Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testaudioinfo Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testautomation Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testchessboard Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testdraw2 Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testerror Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testfile Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testfilesystem Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testgamecontroller Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testgesture Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testgl2 Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testgles Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testhaptic Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testiconv Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testime Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testjoystick Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testkeys Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testloadso Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testlock Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testmessage Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testmultiaudio Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testnative Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testoverlay2 Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testplatform Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testpower Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testrelative Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testrendercopyex Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testrendertarget Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testresample Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testrumble Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testscale Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testsem Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testshader Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testshape Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testsprite2 Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testspriteminimal Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
teststreaming Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testthread Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testtimer Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testver Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
testwm2 Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
torturethread Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00