[all-commits] [llvm/llvm-project] 13e046: [asan] Provide an interface to update an allocatio...

Evgenii Stepanov via All-commits all-commits at lists.llvm.org
Thu Oct 31 13:55:07 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 13e04607f75bdf0e4de08b6f240501c15e8891f1
      https://github.com/llvm/llvm-project/commit/13e04607f75bdf0e4de08b6f240501c15e8891f1
  Author: Evgenii Stepanov <eugenis at google.com>
  Date:   2019-10-31 (Thu, 31 Oct 2019)

  Changed paths:
    M compiler-rt/include/sanitizer/asan_interface.h
    M compiler-rt/lib/asan/asan_allocator.cpp
    M compiler-rt/lib/asan/asan_interface.inc
    M compiler-rt/lib/asan/asan_interface_internal.h
    A compiler-rt/test/asan/TestCases/asan_update_allocation.cpp

  Log Message:
  -----------
  [asan] Provide an interface to update an allocation stack trace.

Summary:
Sometimes an allocation stack trace is not very informative. Provide a
way to replace it with a stack trace of the user's choice.

Reviewers: pcc, kcc

Subscribers: #sanitizers, llvm-commits

Tags: #sanitizers, #llvm

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




More information about the All-commits mailing list