This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Intercept bzero.
ClosedPublic

Authored by eugenis on Mar 1 2019, 2:22 PM.

Details

Summary

Intercept bzero and enable existing __bzero interceptor in Linux.
bzero is deprecated but still used occasionally.

Diff Detail

Event Timeline

eugenis created this revision.Mar 1 2019, 2:22 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 1 2019, 2:22 PM
Herald added subscribers: Restricted Project, kubamracek, srhines. · View Herald Transcript
vitalybuka accepted this revision.Mar 1 2019, 3:23 PM
This revision is now accepted and ready to land.Mar 1 2019, 3:23 PM
This revision was automatically updated to reflect the committed changes.