Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
216: Catch failed calls to `classdb_get_method_bind()` r=Bromeon a=Bromeon When Godot fails to provide a method (e.g. invalid hash), this FFI method returns a null pointer. Instead of UB from dereferencing that pointer, a panic is now caused. Found as a result of godotengine/godot#75779. Co-authored-by: Jan Haller <bromeon@gmail.com>
- Loading branch information