[all-commits] [llvm/llvm-project] 750d5f: [HWASan] Intercept setjmp/longjmp on x86_64.

Matt Morehouse via All-commits all-commits at lists.llvm.org
Fri Sep 17 07:11:33 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 750d5fc65c92aaf9878d78d0c66947a3e7d76202
      https://github.com/llvm/llvm-project/commit/750d5fc65c92aaf9878d78d0c66947a3e7d76202
  Author: Matt Morehouse <mascasa at google.com>
  Date:   2021-09-17 (Fri, 17 Sep 2021)

  Changed paths:
    M compiler-rt/lib/hwasan/CMakeLists.txt
    M compiler-rt/lib/hwasan/hwasan.h
    M compiler-rt/lib/hwasan/hwasan_interceptors.cpp
    R compiler-rt/lib/hwasan/hwasan_setjmp.S
    A compiler-rt/lib/hwasan/hwasan_setjmp_aarch64.S
    A compiler-rt/lib/hwasan/hwasan_setjmp_x86_64.S
    M compiler-rt/lib/hwasan/hwasan_type_test.cpp
    M compiler-rt/test/hwasan/TestCases/longjmp-setjmp-interception.c

  Log Message:
  -----------
  [HWASan] Intercept setjmp/longjmp on x86_64.

Reviewed By: xiangzhangllvm

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




More information about the All-commits mailing list