[all-commits] [llvm/llvm-project] 8e93d1: scudo: Test realloc on increasing size buffers.

pcc via All-commits all-commits at lists.llvm.org
Tue May 18 15:00:10 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8e93d10633d751a3e9169bf9fa68326925ffa097
      https://github.com/llvm/llvm-project/commit/8e93d10633d751a3e9169bf9fa68326925ffa097
  Author: Peter Collingbourne <peter at pcc.me.uk>
  Date:   2021-05-18 (Tue, 18 May 2021)

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

  Log Message:
  -----------
  scudo: Test realloc on increasing size buffers.

While developing a change to the allocator I ended up breaking
realloc on secondary allocations with increasing sizes. That didn't
cause any of the unit tests to fail, which indicated that we're
missing some test coverage here. Add a unit test for that case.

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




More information about the All-commits mailing list