[PATCH] D31456: [sanitizer] Move fread and fwrite interceptors to sanitizer_common

Maxim Ostapenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 29 02:53:23 PDT 2017


m.ostapenko created this revision.
m.ostapenko added a project: Sanitizers.
Herald added a subscriber: kubamracek.

{M, T, E}San have fread and fwrite interceptors, let's move them to sanitizer_common to enable ASan checks as well.


Repository:
  rL LLVM

https://reviews.llvm.org/D31456

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
  test/asan/TestCases/Posix/fread_fwrite.cc
  test/msan/fread_fwrite.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31456.93351.patch
Type: text/x-patch
Size: 7129 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170329/182aadd8/attachment.bin>


More information about the llvm-commits mailing list