godot/modules/mono/mono_gd
Rémi Verschelde f8ab79e68a Zero initialize all pointer class and struct members
This prevents the pitfall of UB when checking if they have been
assigned something valid by comparing to nullptr.
2022-04-04 19:49:50 +02:00
..
support Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
android_mono_config.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono.cpp Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks 2022-03-11 09:13:11 +01:00
gd_mono.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
gd_mono_assembly.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_assembly.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
gd_mono_cache.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_cache.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
gd_mono_class.cpp Fix typos with codespell 2022-03-31 14:07:29 +02:00
gd_mono_class.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
gd_mono_field.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_field.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
gd_mono_header.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_internals.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_internals.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_log.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_log.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_marshal.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_marshal.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
gd_mono_method.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_method.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
gd_mono_method_thunk.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_property.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_property.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
gd_mono_utils.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_utils.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_wasm_m2n.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gd_mono_wasm_m2n.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
i_mono_class_member.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
managed_type.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
managed_type.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00