[all-commits] [llvm/llvm-project] 10f57c: [asan] Don't quarantine large blocks

Vitaly Buka via All-commits all-commits at lists.llvm.org
Thu Jun 22 10:08:09 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 10f57cf5dbc6bbb5c3e03a1b98a936ffc0797446
      https://github.com/llvm/llvm-project/commit/10f57cf5dbc6bbb5c3e03a1b98a936ffc0797446
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2023-06-22 (Thu, 22 Jun 2023)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_quarantine.h
    A compiler-rt/test/asan/TestCases/Linux/small_quarantine_size_mb.cpp

  Log Message:
  -----------
  [asan] Don't quarantine large blocks

Almost NFC, as blocks over max quarantine size will trigger immediate
drain anyway. In followup patches we can optimize passthrough case.

Reviewed By: thurston

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




More information about the All-commits mailing list