mirror of
https://github.com/godotengine/godot.git
synced 2026-03-03 20:55:48 +00:00
On some buggy drivers `GL_INFO_LOG_LENGTH` returns incorrect values, which may lead to incorrectly filling in the log string. This could lead to uninitialized data being attempted to be printed and a crash. This PR zeros the array to ensure uninitialized data is not used.