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 76248da commit 21648d3Copy full SHA for 21648d3
compiler-rt/lib/tsan/dd/dd_rtl.cpp
@@ -19,7 +19,7 @@ namespace __dsan {
19
static Context *ctx;
20
21
static u32 CurrentStackTrace(Thread *thr, uptr skip) {
22
- BufferedStackTrace stack;
+ UNINITIALIZED BufferedStackTrace stack;
23
thr->ignore_interceptors = true;
24
stack.Unwind(1000, 0, 0, 0, 0, 0, false);
25
thr->ignore_interceptors = false;
0 commit comments