[all-commits] [llvm/llvm-project] 1d7098: [Asan] Accept __lsan_ignore_object for redzone poi...

Vitaly Buka via All-commits all-commits at lists.llvm.org
Mon Sep 14 16:32:53 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1d70984fa220f966ddcecd7906c5f10368fe1b93
      https://github.com/llvm/llvm-project/commit/1d70984fa220f966ddcecd7906c5f10368fe1b93
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2020-09-14 (Mon, 14 Sep 2020)

  Changed paths:
    M compiler-rt/lib/asan/asan_allocator.cpp
    M compiler-rt/test/asan/TestCases/lsan_annotations.cpp

  Log Message:
  -----------
  [Asan] Accept __lsan_ignore_object for redzone pointer

The check that the pointer inside of the user part of the chunk does not
adds any value, but it's the last user of AddrIsInside.

I'd like to simplify AsanChunk in followup patches.

Reviewed By: morehouse

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




More information about the All-commits mailing list