Skip to content

Commit 13f5e52

Browse files
authored
Merge pull request intel#2484 from zhaomaosu/move-clean-shadow-to-launchinfo
[DevMSAN] Move clean shadow into launch info
2 parents fe6c83a + fa1e678 commit 13f5e52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/loader/layers/sanitizer/msan/msan_libdevice.hpp

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ struct MsanLaunchInfo {
5252
uint32_t IsRecover = 0;
5353

5454
MsanErrorReport Report;
55+
56+
uint8_t CleanShadow[128] = {};
5557
};
5658

5759
// Based on the observation, only the last 24 bits of the address of the private

0 commit comments

Comments
 (0)