[all-commits] [llvm/llvm-project] 1260a1: [tsan] Fix the open and open64 interceptors to hav...

Kuba (Brecka) Mracek via All-commits all-commits at lists.llvm.org
Thu Jul 30 09:01:13 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1260a155c37f567111902e532f32d7facdb0f087
      https://github.com/llvm/llvm-project/commit/1260a155c37f567111902e532f32d7facdb0f087
  Author: Kuba Mracek <mracek at apple.com>
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
    M compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
    A compiler-rt/test/tsan/variadic-open.cpp

  Log Message:
  -----------
  [tsan] Fix the open and open64 interceptors to have correct declarations (variadic functions)

Not matching the (real) variadic declaration makes the interceptor take garbage inputs on Darwin/AArch64.

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




More information about the All-commits mailing list