Removes interceptors for mlock(), munlock().
On recent Linux kernels, calling mlock(2) while ASan is active does not pose any problem. mlockall(2) remains problematic.
The sanitizers currently also don't block mlock2(2).
Differential D141610
[compiler-rt][ASAN] Allow mlock, munlock jump_ripatel on Jan 12 2023, 7:10 AM. Authored by
Details
Removes interceptors for mlock(), munlock(). On recent Linux kernels, calling mlock(2) while ASan is active does not pose any problem. mlockall(2) remains problematic. The sanitizers currently also don't block mlock2(2).
Diff Detail |