godot/core
Alex Hirsch 6985967c3b Add missing ERR_FAIL_INDEX check to Variant::construct
Other functions in the same file validate parameters using the ERR_FAIL
macros. This validation was missing for Variant::construct resulting in
a crash when called with invalid data (p_type < 0).

fix #46067
2021-03-04 18:50:37 +01:00
..
config Added ability to override built-in actions for the editor 2021-02-18 16:22:50 +01:00
crypto Improve resource load cache 2021-02-11 15:44:28 -03:00
debugger RemoteDebugger: Fix possible division by zero 2021-03-04 12:55:53 +01:00
error Modernize atomics 2021-02-18 17:12:46 +01:00
input Merge pull request #46371 from EricEzaM/PR/fix-osx-inputmap-spammed-errors 2021-02-24 16:52:52 +01:00
io Fix crash on HTTPClient::poll method 2021-03-03 21:00:30 +00:00
math Make Color::from_hsv use Color::set_hsv 2021-02-25 19:50:43 +01:00
object doc: Sync classref with current source 2021-02-19 14:39:14 +01:00
os Fix thread_process_array when NO_THREADS. 2021-02-26 12:13:20 +01:00
string Merge pull request #45914 from HenryWConklin/45841-xml-entities 2021-02-24 13:03:46 +01:00
templates Fix SafeNumeric::conditional_increment() for NO_THREADS 2021-02-25 21:22:01 +01:00
variant Add missing ERR_FAIL_INDEX check to Variant::construct 2021-03-04 18:50:37 +01:00
core_bind.cpp Remove GDScript bindings for OS.get/set_exit_code, SceneTree.quit(<exit_code>) should be used instead 2021-02-25 18:34:50 +01:00
core_bind.h Remove GDScript bindings for OS.get/set_exit_code, SceneTree.quit(<exit_code>) should be used instead 2021-02-25 18:34:50 +01:00
core_builders.py Update AUTHORS and DONORS list 2020-08-14 00:06:51 +02:00
core_constants.cpp Bind ClockDirection enum 2021-02-23 13:56:28 -03:00
core_constants.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
core_string_names.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
core_string_names.h Removed _change_notify 2021-02-10 19:31:24 -03:00
doc_data.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
doc_data.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_core_types.cpp Modernize RWLock 2021-01-19 11:53:10 +01:00
register_core_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub Update PolyPartition / Triangulator library 2021-01-12 13:46:16 -05:00
typedefs.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
version.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00