diff options
author | David Marcec <dmarcecguzman@gmail.com> | 2020-06-24 22:50:27 +1000 |
---|---|---|
committer | David Marcec <dmarcecguzman@gmail.com> | 2020-06-24 22:50:27 +1000 |
commit | 82ecdd0104802c917a1f321f48576aba6964438c (patch) | |
tree | c6638d3268d444a6ba7f13b111d41fcdecc0e905 /src/common/memory_detect.cpp | |
parent | b66ccaa37615352a5a8b97e20ce6e6751d136b18 (diff) |
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
Diffstat (limited to 'src/common/memory_detect.cpp')
0 files changed, 0 insertions, 0 deletions