[all-commits] [llvm/llvm-project] 248ee6: [scudo] Test ScudoReleaseTest.BufferPool with a bu...

fabio-d via All-commits all-commits at lists.llvm.org
Thu Mar 16 11:14:27 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 248ee65ac647ac53a415aea1cf314e82f5a30075
      https://github.com/llvm/llvm-project/commit/248ee65ac647ac53a415aea1cf314e82f5a30075
  Author: Fabio D'Urso <fdurso at google.com>
  Date:   2023-03-16 (Thu, 16 Mar 2023)

  Changed paths:
    M compiler-rt/lib/scudo/standalone/tests/release_test.cpp

  Log Message:
  -----------
  [scudo] Test ScudoReleaseTest.BufferPool with a buffer pool allocated on the heap

The previous code resulted in 252 KiB being allocated on the stack,
which caused a stack overflow on Fuchsia.

Reviewed By: Chia-hungDuan

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




More information about the All-commits mailing list