[PATCH] D19875: [sanitizer] Move stat/__xstat to the common interceptors

Qin Zhao via llvm-commits llvm-commits at lists.llvm.org
Tue May 3 10:33:51 PDT 2016


zhaoqin created this revision.
zhaoqin added a reviewer: aizatsky.
zhaoqin added subscribers: bruening, kcc, eugenis, vitalybuka, llvm-commits.
zhaoqin set the repository for this revision to rL LLVM.
Herald added subscribers: kubabrecka, srhines, danalbert, tberghammer.

 Adds stat/__xstat to the common interceptors.
    
Removes the now-duplicate stat/__xstat interceptor from msan/tsan/esan.
This adds stat/__xstat to asan, which previously did not intercept it.

Repository:
  rL LLVM

http://reviews.llvm.org/D19875

Files:
  lib/esan/esan_interceptors.cpp
  lib/msan/msan_interceptors.cc
  lib/sanitizer_common/sanitizer_common_interceptors.inc
  lib/sanitizer_common/sanitizer_platform_interceptors.h
  lib/tsan/rtl/tsan_interceptors.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19875.56021.patch
Type: text/x-patch
Size: 6151 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160503/8007d59d/attachment.bin>


More information about the llvm-commits mailing list