We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6874288 commit 79d6895Copy full SHA for 79d6895
src/node_worker.h
@@ -70,7 +70,7 @@ class Worker : public AsyncWrap {
70
bool thread_joined_ = true;
71
int exit_code_ = 0;
72
uint64_t thread_id_ = -1;
73
- uintptr_t stack_base_;
+ uintptr_t stack_base_ = 0;
74
75
// Full size of the thread's stack.
76
static constexpr size_t kStackSize = 4 * 1024 * 1024;
0 commit comments