This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Remove SANITIZER_LINUX requirement for the malloc interceptors
ClosedPublic

Authored by cryptoad on Jan 24 2018, 2:29 PM.

Details

Summary

Currently all platforms are using the scudo_interceptors.cpp interceptors.

We might to come up with platform specific interceptors when/if we get Apple &
Windows, but as of now, that allows for Fuchsia to use them.

scudo_new_delete.cpp didn't have the #if SANITIZER_LINUX so it's good to go.

Diff Detail