This is an archive of the discontinued LLVM Phabricator instance.

[Sanitizers] intercept md5 and sha2* apis on FreeBSD
ClosedPublic

Authored by devnexen on Oct 2 2021, 2:34 AM.

Diff Detail

Event Timeline

devnexen created this revision.Oct 2 2021, 2:34 AM
devnexen requested review of this revision.Oct 2 2021, 2:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 2 2021, 2:34 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.Oct 5 2021, 3:55 PM
vitalybuka added inline comments.
compiler-rt/test/sanitizer_common/TestCases/FreeBSD/md5.cpp
5

Could be nice to share these tests with NetBSD

This revision is now accepted and ready to land.Oct 5 2021, 3:55 PM
devnexen added inline comments.Oct 5 2021, 9:57 PM
compiler-rt/test/sanitizer_common/TestCases/FreeBSD/md5.cpp
5

Would need quite some ifdef'ries. May think of something once the dust settle a bit.

This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptApr 25 2022, 5:52 AM