[all-commits] [llvm/llvm-project] 0ae2ea: hwasan: Bring back operator {new, delete} intercept...

pcc via All-commits all-commits at lists.llvm.org
Tue Nov 10 16:05:55 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0ae2ea8f83e3b79c587f0461b5cac98de1be220d
      https://github.com/llvm/llvm-project/commit/0ae2ea8f83e3b79c587f0461b5cac98de1be220d
  Author: Peter Collingbourne <peter at pcc.me.uk>
  Date:   2020-11-10 (Tue, 10 Nov 2020)

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

  Log Message:
  -----------
  hwasan: Bring back operator {new,delete} interceptors on Android.

It turns out that we can't remove the operator new and delete
interceptors on Android without breaking ABI, so bring them back
as forwards to the malloc and free functions.

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




More information about the All-commits mailing list