[all-commits] [llvm/llvm-project] e8c854: [TySan] Intercept malloc_size on Apple platforms. ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Jan 9 12:55:58 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e8c8543a1c728278bf323d34e451bcf9042d9257
https://github.com/llvm/llvm-project/commit/e8c8543a1c728278bf323d34e451bcf9042d9257
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_allocator_dlsym.h
M compiler-rt/lib/tysan/tysan_interceptors.cpp
Log Message:
-----------
[TySan] Intercept malloc_size on Apple platforms. (#122133)
After https://github.com/llvm/llvm-project/pull/120563 malloc_size also
needs intercepting on Apple platforms, otherwise all type-sanitized
binaries crash on startup with an objc error:
realized class 0x12345 has corrupt data pointer: malloc_size(0x567) = 0
PR: https://github.com/llvm/llvm-project/pull/122133
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