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 8e5ddd2 commit 1bae8f7Copy full SHA for 1bae8f7
Sources/Subprocess/Configuration.swift
@@ -864,7 +864,7 @@ internal struct CreatedPipe: ~Copyable {
864
return CreateNamedPipeW(
865
pipeNameW,
866
openMode,
867
- DWORD(PIPE_TYPE_BYTE | PIPE_READMODE_BYTE | PIPE_WAIT),
+ DWORD(PIPE_TYPE_BYTE | PIPE_READMODE_BYTE | PIPE_WAIT | PIPE_REJECT_REMOTE_CLIENTS),
868
1, // Max instance,
869
DWORD(readBufferSize),
870
0 commit comments