diff --git a/source/loader/layers/sanitizer/msan/msan_libdevice.hpp b/source/loader/layers/sanitizer/msan/msan_libdevice.hpp index cd05cfa38c..32e8f36552 100644 --- a/source/loader/layers/sanitizer/msan/msan_libdevice.hpp +++ b/source/loader/layers/sanitizer/msan/msan_libdevice.hpp @@ -52,6 +52,8 @@ struct MsanLaunchInfo { uint32_t IsRecover = 0; MsanErrorReport Report; + + uint8_t CleanShadow[128] = {}; }; // Based on the observation, only the last 24 bits of the address of the private