[all-commits] [llvm/llvm-project] 4c8779: sanitizer_allocator.cpp: Ensure at least sizeof(vo...

Alexander Richardson via All-commits all-commits at lists.llvm.org
Thu Oct 24 14:09:27 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4c8779388fd2f25730a1b044f9f10d6717833fce
      https://github.com/llvm/llvm-project/commit/4c8779388fd2f25730a1b044f9f10d6717833fce
  Author: Alexander Richardson <alexrichardson at google.com>
  Date:   2024-10-24 (Thu, 24 Oct 2024)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator.cpp

  Log Message:
  -----------
  sanitizer_allocator.cpp: Ensure at least sizeof(void*) alignment

Some platforms (e.g. 64-bit CHERI) have stronger alignment requirements
on values returned from allocators. For all other platforms this does
not result in any functional change.

Reviewed By: cjappl, vitalybuka

Pull Request: https://github.com/llvm/llvm-project/pull/84440



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list