[PATCH] D47165: sanitizer: Don't intercept ustat for Linux
H.J Lu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 23 09:15:05 PDT 2018
hjl.tools added a comment.
I tested it on Fedora 28 which has glibc 2.27. There is no regression, probably because there is no test.
We can a definition of sizeof(struct ustat) to sanitizer_common/sanitizer_platform_limits_posix.cc, which
doesn't depend on <sys/ustat.h>.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D47165
More information about the llvm-commits
mailing list