Hash :
0e45984f
Author :
Date :
2015-06-21T17:33:46
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().
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:tests/testjoystick/testjoystick.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testfilesystem/testfilesystem.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testsem/testsem.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testnative/testnative.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testscale/testscale.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testgamecontroller/testgamecontroller.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testrendertarget/testrendertarget.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testver/testver.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testkeys/testkeys.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testloadso/testloadso.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testtimer/testtimer.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testoverlay2/testoverlay2.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/torturethread/torturethread.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testplatform/testplatform.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testgesture/testgesture.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testaudioinfo/testaudioinfo.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/loopwave/loopwave.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testthread/testthread.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/teststreaming/teststreaming.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/checkkeys/checkkeys.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testspriteminimal/testspriteminimal.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testsprite2/testsprite2.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testgles/testgles.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testatomic/testatomic.xcodeproj">
</FileRef>
<FileRef
location = "group:SDL2test/SDL2test.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testhaptic/testhaptic.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testgl2/testgl2.xcodeproj">
</FileRef>
<FileRef
location = "group:SDL2/SDL2.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testerror/testerror.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testrumble/testrumble.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testresample/testresample.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testrendercopyex/testrendercopyex.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testpower/testpower.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testchessboard/testchessboard.xcodeproj">
</FileRef>
<FileRef
location = "group:SDL2main/SDL2main.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testrelative/testrelative.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testlock/testlock.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testmultiaudio/testmultiaudio.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testmessage/testmessage.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testdraw2/testdraw2.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testshape/testshape.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testwm2/testwm2.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testautomation/testautomation.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testiconv/testiconv.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testfile/testfile.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testime/testime.xcodeproj">
</FileRef>
<FileRef
location = "group:tests/testshader/testshader.xcodeproj">
</FileRef>
</Workspace>