[all-commits] [llvm/llvm-project] c2aab0: [MSAN] add interceptor for timer_create, timer_set...

kda via All-commits all-commits at lists.llvm.org
Tue Mar 8 16:59:58 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c2aab0d3808b3e3058febe637148ca66b0f03c71
      https://github.com/llvm/llvm-project/commit/c2aab0d3808b3e3058febe637148ca66b0f03c71
  Author: Kevin Athey <kda at google.com>
  Date:   2022-03-08 (Tue, 08 Mar 2022)

  Changed paths:
    M compiler-rt/lib/msan/tests/msan_test.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_solaris.h
    A compiler-rt/test/sanitizer_common/TestCases/Posix/timer.cpp

  Log Message:
  -----------
  [MSAN] add interceptor for timer_create, timer_settime, timer_gettime

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D120602




More information about the All-commits mailing list