[compiler-rt] [msan] Mark allocator padding as uninitialized, with new origin tag (PR #157187)
Thurston Dang via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 8 12:51:07 PDT 2025
================
@@ -90,6 +90,11 @@ static void DescribeOrigin(u32 id) {
Printf(" %sVirtual table ptr was destroyed%s\n", d.Origin(),
d.Default());
break;
+ case STACK_TRACE_TAG_ALLOC_PADDING:
+ Printf(
+ " %sUninitialized value was created by heap allocator padding%s\n",
----------------
thurstond wrote:
Done: https://github.com/llvm/llvm-project/pull/157187/commits/7b98f59a2c3ccfc371ecae51ef40b38edf27836e
https://github.com/llvm/llvm-project/pull/157187
More information about the llvm-commits
mailing list