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 21648d3 commit 930ca76Copy full SHA for 930ca76
compiler-rt/lib/memprof/memprof_stack.h
@@ -33,7 +33,7 @@ u32 GetMallocContextSize();
33
// don't want stack trace to contain functions from MemProf internals.
34
35
#define GET_STACK_TRACE(max_size, fast) \
36
- BufferedStackTrace stack; \
+ UNINITIALIZED BufferedStackTrace stack; \
37
if (max_size <= 2) { \
38
stack.size = max_size; \
39
if (max_size > 0) { \
0 commit comments