godot/modules
Maarten Heremans cf09952b6b Fixes crash when loading *.escn resources with gdnative #20141
The issue is that ResourceFormatLoaderText is a singleton. It was created in a faulty way in
ResourceFormatLoaderNativeScript::load
It was created on the stack, which caused the static singleton pointer to be overwritten. This
causes then segmentation faults if the singleton is used later on.

IMO singleton creation needs to made safer to avoid other similar issues in the future.
2018-10-22 16:45:02 +02:00
..
bmp Fix warnings on release builds (not DEBUG_ENABLED) 2018-10-03 17:34:55 +02:00
bullet Fix multi-statement macro call not being covered. 2018-10-08 12:31:28 +02:00
csg Remove redundant "== true" code 2018-10-06 16:12:36 -04:00
cvtt SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
dds Fixed DDS loader according to issue #22530 2018-10-03 17:11:14 +02:00
enet [Docs] Fix some broken links 2018-10-06 04:20:16 +08:00
etc Fix warning about functions defined but not used [-Wunused-function] 2018-09-29 22:26:12 +02:00
freetype SCons: Remove avoidable defines from main env's CPPPATH 2018-10-01 11:59:22 +02:00
gdnative Fixes crash when loading *.escn resources with gdnative #20141 2018-10-22 16:45:02 +02:00
gdscript Merge pull request #23018 from lupoDharkael/parse-bug 2018-10-16 13:30:58 +02:00
gridmap SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
hdr Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
jpg SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
mbedtls SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
mobile_vr Fix warnings in Android platform 2018-10-03 15:17:00 +02:00
mono Removed undeclared and unused variable, which caused a compile error 2018-10-21 21:55:30 +02:00
ogg SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
opensimplex Update class documentation xml 2018-10-07 21:57:26 +08:00
opus SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
pvr SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
recast SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
regex SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
squish SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
stb_vorbis Fix warning about functions defined but not used [-Wunused-function] 2018-09-29 22:26:12 +02:00
svg SCons: Remove avoidable defines from main env's CPPPATH 2018-10-01 11:59:22 +02:00
tga Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
thekla_unwrap Fixes to baker, restored xatlas and fixed bake options. 2018-10-05 19:00:32 -03:00
theora Don't delete FileAccess when it is null 2018-10-05 20:24:28 +01:00
tinyexr SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
upnp SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
visual_script Merge pull request #22548 from fire/visualscript_whitespace 2018-10-16 12:54:43 +02:00
vorbis SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
webm Don't delete FileAccess when it is null 2018-10-05 20:24:28 +01:00
webp SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
websocket Fixing warnings generated by MSVC 2018-10-19 11:45:24 +02:00
xatlas_unwrap Fixes to baker, restored xatlas and fixed bake options. 2018-10-05 19:00:32 -03:00
register_module_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00