[all-commits] [llvm/llvm-project] 0b7f32: [hwasan] Remove system allocator fallback.

Evgenii Stepanov via All-commits all-commits at lists.llvm.org
Fri Oct 18 15:35:33 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0b7f320c3acb4ed75e5b3acf3460176b5b20b1aa
      https://github.com/llvm/llvm-project/commit/0b7f320c3acb4ed75e5b3acf3460176b5b20b1aa
  Author: Evgeniy Stepanov <eugeni.stepanov at gmail.com>
  Date:   2019-10-18 (Fri, 18 Oct 2019)

  Changed paths:
    M compiler-rt/lib/hwasan/hwasan_allocator.cpp
    M compiler-rt/lib/hwasan/hwasan_allocator.h
    M compiler-rt/lib/hwasan/hwasan_interceptors.cpp
    R compiler-rt/test/hwasan/TestCases/Posix/system-allocator-fallback.cpp

  Log Message:
  -----------
  [hwasan] Remove system allocator fallback.

Summary:
This has been an experiment with late malloc interposition, made
possible by a non-standard feature of the Android dynamic loader.

Reviewers: pcc, mmalcomson

Subscribers: srhines, #sanitizers, llvm-commits

Tags: #sanitizers, #llvm

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

llvm-svn: 375296




More information about the All-commits mailing list