We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69bf311 commit aad1b12Copy full SHA for aad1b12
compiler-rt/lib/msan/msan_report.cpp
@@ -91,9 +91,8 @@ static void DescribeOrigin(u32 id) {
91
d.Default());
92
break;
93
case STACK_TRACE_TAG_ALLOC_PADDING:
94
- Printf(
95
- " %sUninitialized value is outside of heap allocation%s\n",
96
- d.Origin(), d.Default());
+ Printf(" %sUninitialized value is outside of heap allocation%s\n",
+ d.Origin(), d.Default());
97
98
default:
99
Printf(" %sUninitialized value was created%s\n", d.Origin(),
0 commit comments