[all-commits] [llvm/llvm-project] 1190a1: "Reland "[hwasan] Provide aliases for c allocation...

PiJoules via All-commits all-commits at lists.llvm.org
Thu Mar 30 13:00:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1190a1dbd54d8af074e9d4986c7f9cad5c0037f3
      https://github.com/llvm/llvm-project/commit/1190a1dbd54d8af074e9d4986c7f9cad5c0037f3
  Author: Leonard Chan <leonardchan at google.com>
  Date:   2023-03-30 (Thu, 30 Mar 2023)

  Changed paths:
    M compiler-rt/lib/hwasan/hwasan_allocation_functions.cpp

  Log Message:
  -----------
  "Reland "[hwasan] Provide aliases for c allocation functions for Fuchsia"

This reverts commit c5c6781428a70d1fffd00a256a237cbf5a3ccfd3.

This likely broke the android sanitizer builders prior because it
accidentally enabled interceptors for android, which they don't use, so
c-allocation functions like malloc would go through hwasan.

This reland adds the HWASAN_WITH_INTERCEPTORS check.




More information about the All-commits mailing list