[all-commits] [llvm/llvm-project] b2b20e: tsan: Support free_sized and free_aligned_sized fr...

Justin King via All-commits all-commits at lists.llvm.org
Mon Jun 30 11:10:07 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b2b20eeb5412d4bbf0ef9451a2ba4cab15e67727
      https://github.com/llvm/llvm-project/commit/b2b20eeb5412d4bbf0ef9451a2ba4cab15e67727
  Author: Justin King <jcking at google.com>
  Date:   2025-06-30 (Mon, 30 Jun 2025)

  Changed paths:
    M compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
    M compiler-rt/lib/tsan/rtl/tsan_malloc_mac.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Linux/free_aligned_sized.c
    M compiler-rt/test/sanitizer_common/TestCases/Linux/free_sized.c

  Log Message:
  -----------
  tsan: Support free_sized and free_aligned_sized from C23 (#144531)

Adds support to TSan for `free_sized` and `free_aligned_sized` from C23.

Other sanitizers will be handled with their own separate PRs.

For https://github.com/llvm/llvm-project/issues/144435

Signed-off-by: Justin King <jcking at google.com>



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