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)
Sat, Sep 21, 11:22 AM
Unknown Object (File)
Tue, Sep 17, 10:52 AM
Unknown Object (File)
Fri, Sep 6, 1:24 AM
Unknown Object (File)
Thu, Sep 5, 5:34 AM
Unknown Object (File)
Fri, Aug 30, 3:40 AM
Unknown Object (File)
Tue, Aug 27, 7:39 AM
Unknown Object (File)
Aug 21 2024, 5:27 PM
Unknown Object (File)
Aug 20 2024, 1:38 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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