[all-commits] [llvm/llvm-project] de79b0: [hwasan] Enable common syscall interceptors

Thurston Dang via All-commits all-commits at lists.llvm.org
Thu Apr 27 16:21:04 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: de79b0baa12d7528a11d4b830fed698b7290df01
      https://github.com/llvm/llvm-project/commit/de79b0baa12d7528a11d4b830fed698b7290df01
  Author: Thurston Dang <thurston at google.com>
  Date:   2023-04-27 (Thu, 27 Apr 2023)

  Changed paths:
    M compiler-rt/lib/hwasan/hwasan_interceptors.cpp
    A compiler-rt/test/hwasan/TestCases/Linux/syscalls.cpp

  Log Message:
  -----------
  [hwasan] Enable common syscall interceptors

This adds the sanitizer_common syscall hooks to HWASan and also defines
the COMMON_SYSCALL_PRE_{READ/WRITE}_RANGE macros.

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




More information about the All-commits mailing list