mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-26 00:02:54 +00:00
Previously if applications would send faulty buffers(example homebrew) it would lead to us returning uninitalized data. Switching from ASSERT_MSG to ASSERT_OR_EXECUTE_MSG allows us to have a fail safe to prevent crashes but also continue execution without introducing undefined behavior