This is an archive of the discontinued LLVM Phabricator instance.

[asan, myriad] Reset shadow memory during exit
ClosedPublic

Authored by waltl on May 29 2018, 3:07 PM.

Details

Summary

Reset shadow memory during exit. Also update a cut-and-paste comment,
and do some minor refactoring of InitializeShadowMemory.

Diff Detail

Repository
rL LLVM

Event Timeline

waltl created this revision.May 29 2018, 3:07 PM
alekseyshl accepted this revision.May 29 2018, 4:32 PM
This revision is now accepted and ready to land.May 29 2018, 4:32 PM
waltl updated this revision to Diff 149022.May 29 2018, 7:28 PM

Only reset if needed.

This revision was automatically updated to reflect the committed changes.