lightyears
Results
1
issues of
lightyears
If my understanding is correct, the current implementation of `memnew_arr_template` and `memdelete_arr` could lead to heap corruption. https://github.com/godotengine/godot-cpp/blob/be7ed4c775243b85e7ac082c1556b28026b7e5ae/include/godot_cpp/core/memory.hpp#L142-L153 Line 146 `*(mem - 1) = p_elements; ` assumes that godot-cpp version...
bug
gdextension