godot/servers
Ibrahn Sahir bff864818f Fixed an access after free in ShaderLanguage::_reduce_expression.
Passing an element reference of a vector to a push_back call to
that same vector can cause an access after free. This is because push_back
will resize the vector, reallocating if necessary, leaving the reference
referring to the freed memory.
Removed an instance of this usage here.
2018-09-19 14:28:19 +01:00
..
arvr Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
audio Merge pull request #21982 from luzpaz/misc-typos 2018-09-13 10:59:00 +02:00
physics Merge pull request #21982 from luzpaz/misc-typos 2018-09-13 10:59:00 +02:00
physics_2d Merge pull request #21982 from luzpaz/misc-typos 2018-09-13 10:59:00 +02:00
visual Fixed an access after free in ShaderLanguage::_reduce_expression. 2018-09-19 14:28:19 +01:00
arvr_server.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
arvr_server.h Merge pull request #21982 from luzpaz/misc-typos 2018-09-13 10:59:00 +02:00
audio_server.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
audio_server.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
physics_2d_server.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
physics_2d_server.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
physics_server.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
physics_server.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
register_server_types.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
register_server_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub disable caching for targets using helper functions 2017-11-28 23:24:12 -04:00
server_wrap_mt_common.h add 3D textures 2018-07-30 12:20:27 +02:00
visual_server.cpp Set uniform default values in inspector 2018-09-13 23:05:33 +02:00
visual_server.h Set uniform default values in inspector 2018-09-13 23:05:33 +02:00