Page MenuHomeFreeBSD

Don't instrument the rdtsc ifunc when building with ASAN/UBSAN
ClosedPublic

Authored by arichardson on Jul 5 2021, 10:52 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 28, 2:45 AM
Unknown Object (File)
Sun, Oct 26, 10:30 PM
Unknown Object (File)
Sat, Oct 25, 3:48 PM
Unknown Object (File)
Sat, Oct 25, 11:37 AM
Unknown Object (File)
Mon, Oct 20, 3:56 AM
Unknown Object (File)
Thu, Oct 16, 5:56 PM
Unknown Object (File)
Thu, Oct 9, 7:13 PM
Unknown Object (File)
Wed, Oct 8, 5:51 PM
Subscribers

Details

Summary

The ifunc resolver is called before the sanitizer runtime is initialized,
so any instrumentation results in an immediate crash.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40294
Build 37183: arc lint + arc unit

Event Timeline

arichardson retitled this revision from Don't instrument the rdtsc ifunction when building with ASAN/UBSAN to Don't instrument the rdtsc ifunc when building with ASAN/UBSAN.Jul 5 2021, 1:01 PM
arichardson edited the summary of this revision. (Show Details)
arichardson added a reviewer: kib.
This revision is now accepted and ready to land.Jul 5 2021, 1:07 PM