[all-commits] [llvm/llvm-project] 3d8823: [GWP-ASan] Add aligned allocations.

Mitch Phillips via All-commits all-commits at lists.llvm.org
Mon Feb 8 11:23:05 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3d8823b8e48a3f064b1e2dd52881b3ac581f6f2b
      https://github.com/llvm/llvm-project/commit/3d8823b8e48a3f064b1e2dd52881b3ac581f6f2b
  Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
  Date:   2021-02-08 (Mon, 08 Feb 2021)

  Changed paths:
    M compiler-rt/lib/gwp_asan/CMakeLists.txt
    M compiler-rt/lib/gwp_asan/common.cpp
    M compiler-rt/lib/gwp_asan/common.h
    M compiler-rt/lib/gwp_asan/crash_handler.cpp
    M compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp
    M compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
    M compiler-rt/lib/gwp_asan/options.inc
    M compiler-rt/lib/gwp_asan/tests/alignment.cpp
    M compiler-rt/lib/gwp_asan/tests/basic.cpp
    M compiler-rt/lib/gwp_asan/tests/crash_handler_api.cpp
    R compiler-rt/lib/gwp_asan/utilities.cpp
    M compiler-rt/lib/gwp_asan/utilities.h
    M compiler-rt/lib/scudo/standalone/combined.h

  Log Message:
  -----------
  [GWP-ASan] Add aligned allocations.

Adds a new allocation API to GWP-ASan that handles size+alignment
restrictions.

Reviewed By: cryptoad, eugenis

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




More information about the All-commits mailing list