[compiler-rt] [tsan] Refine fstat{, 64} interceptors on GLIBC (PR #85612)

via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 18 19:39:45 PDT 2024


wangleiat wrote:

> use-of-uninitialized is MSAN, but the patch is TSAN only?

I apologize for my inadequate English description causing inconvenience. My intention was that on systems where __fxstat{,64} is not implemented, interception would result in calling an empty function.

https://github.com/llvm/llvm-project/pull/85612


More information about the llvm-commits mailing list