[all-commits] [llvm/llvm-project] 0e1d20: [scudo] Use template specialization on Quarantine ...

Dominic Chen via All-commits all-commits at lists.llvm.org
Mon Mar 28 21:36:23 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0e1d2007aa3c63597c6965dd265055da78bf7c51
      https://github.com/llvm/llvm-project/commit/0e1d2007aa3c63597c6965dd265055da78bf7c51
  Author: Dominic Chen <ddchen at apple.com>
  Date:   2022-03-28 (Mon, 28 Mar 2022)

  Changed paths:
    M compiler-rt/lib/scudo/standalone/secondary.h

  Log Message:
  -----------
  [scudo] Use template specialization on Quarantine to avoid zero-length array

Use a separate templated QuarantineBlocks class to avoid a zero-length array

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




More information about the All-commits mailing list