This is an archive of the discontinued LLVM Phabricator instance.

[ASAN] NFC: Copy address space when creating globals with redzones
ClosedPublic

Authored by rksharma on Apr 27 2021, 6:43 AM.

Details

Summary

Globals are copied and later replaced with equivalent globals with red zones. This patch makes sure that globals in supported address spaces will be replaced by globals with red zones in the same address space by copying the address space.

Diff Detail

Event Timeline

rksharma created this revision.Apr 27 2021, 6:43 AM
rksharma requested review of this revision.Apr 27 2021, 6:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 27 2021, 6:43 AM
vitalybuka accepted this revision.Apr 28 2021, 1:22 PM
This revision is now accepted and ready to land.Apr 28 2021, 1:22 PM

Do you have committer access?

Thanks, yes, I've.

This revision was landed with ongoing or failed builds.Apr 28 2021, 9:53 PM
This revision was automatically updated to reflect the committed changes.