We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21398db + 8c33cd5 commit 0bc383aCopy full SHA for 0bc383a
compiler-rt/lib/asan_abi/asan_abi_shim.cpp
@@ -65,8 +65,8 @@ void __asan_handle_no_return(void) { __asan_abi_handle_no_return(); }
65
66
// Variables concerning RTL state. These provisionally exist for completeness
67
// but will likely move into the Stable ABI implementation and not in the shim.
68
-uptr __asan_shadow_memory_dynamic_address = (uptr)0xdeaddeaddeadbeaf;
69
-int __asan_option_detect_stack_use_after_return = 0;
+uptr __asan_shadow_memory_dynamic_address = (uptr)0L;
+int __asan_option_detect_stack_use_after_return = 1;
70
71
// Functions concerning memory load and store reporting
72
void __asan_report_load1(uptr addr) {
0 commit comments