We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe6c83a + fa1e678 commit 13f5e52Copy full SHA for 13f5e52
source/loader/layers/sanitizer/msan/msan_libdevice.hpp
@@ -52,6 +52,8 @@ struct MsanLaunchInfo {
52
uint32_t IsRecover = 0;
53
54
MsanErrorReport Report;
55
+
56
+ uint8_t CleanShadow[128] = {};
57
};
58
59
// Based on the observation, only the last 24 bits of the address of the private
0 commit comments