Commit 82ecdd01 authored by David Marcec's avatar David Marcec
Browse files

Mark invalid IPC buffers as ASSERT_OR_EXECUTE_MSG

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
parent b66ccaa3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment