This is an archive of the discontinued LLVM Phabricator instance.

[HWASan] Initalize shadow earler.
ClosedPublic

Authored by alekseyshl on Jun 25 2018, 9:51 AM.

Details

Summary

Initialize shadow memory before calling more libc functions to allow
for HWASan-instrumented libc.

Diff Detail

Event Timeline

alekseyshl created this revision.Jun 25 2018, 9:51 AM
Herald added subscribers: Restricted Project, delcypher, kubamracek. · View Herald TranscriptJun 25 2018, 9:51 AM
eugenis accepted this revision.Jun 25 2018, 10:09 AM
This revision is now accepted and ready to land.Jun 25 2018, 10:09 AM
This revision was automatically updated to reflect the committed changes.