You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Properly get server-process handle in all situations that need it
This fixes big-data sending to a different process when there are
no handles or shmems to send -- we wouldn't actually get the
other process handle at the start, so would end up dup'ing the
big-data receiver handle to INVALID_HANDLE_VALUE, which is
a pseudohandle for the current process. The remote would then
try to read and get an INVALID_HANDLE error.
0 commit comments