research: MemorySanitizer or equivalent built in to debug mode #1471
Labels
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
research
This proposal requires a considerable amount of investigation before it can be considered.
Milestone
Here's an example bug #1446
This issue is to investigate MemorySanitizer and do something like it or an idea inspired by it. The idea is to detect loads and stores of undefined or otherwise invalid memory and treat them as safety violations.
Ideally the performance penalty would be small enough that we would include it in ReleaseSafe mode as well as Debug mode.
The text was updated successfully, but these errors were encountered: