This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Make Secondary linker-initialized compliant
ClosedPublic

Authored by cryptoad on Jun 13 2018, 1:05 PM.

Details

Summary

As a follow up to D48142 for Scudo, switch the SpinMutex to its static
counterpart, and ensure zero-initialization by memset'ing the whole class.

Diff Detail

Event Timeline

cryptoad created this revision.Jun 13 2018, 1:05 PM
Herald added subscribers: Restricted Project, delcypher. · View Herald TranscriptJun 13 2018, 1:05 PM
alekseyshl accepted this revision.Jun 13 2018, 2:50 PM
This revision is now accepted and ready to land.Jun 13 2018, 2:50 PM
This revision was automatically updated to reflect the committed changes.