A call to memmove is used early during new thread initialization on OS X. This patch uses the COMMON_INTERCEPTOR_NOTHING_IS_INITIALIZED check, similarly to how we deal with other early-used interceptors.
Details
Details
Diff Detail
Diff Detail
Differential D14377
[tsan] Allow memmove interceptor to be used when TSan is not initialized kubamracek on Nov 5 2015, 2:50 AM. Authored by
Details A call to memmove is used early during new thread initialization on OS X. This patch uses the COMMON_INTERCEPTOR_NOTHING_IS_INITIALIZED check, similarly to how we deal with other early-used interceptors.
Diff Detail |