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 04cb432 commit 7af489cCopy full SHA for 7af489c
src/uvw/process.ipp
@@ -12,7 +12,7 @@ UVW_INLINE void process_handle::exit_callback(uv_process_t *hndl, int64_t exit_s
12
}
13
14
UVW_INLINE process_handle::process_handle(loop::token token, std::shared_ptr<loop> ref)
15
- : handle{token, std::move(ref)} {}
+ : handle{token, std::move(ref)}, po_flags{}, po_uid{}, po_gid{} {}
16
17
UVW_INLINE void process_handle::disable_stdio_inheritance() noexcept {
18
uv_disable_stdio_inheritance();
0 commit comments