mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-20 19:43:44 +00:00
82c52eab6c
Fixes a copy paste mistake in the `StringName(const char *,bool)` constructor, to match the same form as the other two constrcutors. This fixes a case where this constructor can return a dangling pointer and cause use-after-free.