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 92e958d + 4645895 commit b320b25Copy full SHA for b320b25
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