Skip to content

Commit

Permalink
Merge pull request #2484 from zhaomaosu/move-clean-shadow-to-launchinfo
Browse files Browse the repository at this point in the history
[DevMSAN] Move clean shadow into launch info
aarongreig authored Dec 30, 2024
2 parents fe6c83a + fa1e678 commit 13f5e52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/loader/layers/sanitizer/msan/msan_libdevice.hpp
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 13f5e52

Please sign in to comment.