rpcrt4: Process control packets in the server synchronously to avoid races when…
rpcrt4: Process control packets in the server synchronously to avoid races when using 3-factor authentication.
The client has nothing to wait for after sending the AUTH3 packet
before sending the first request packet. Therefore, we must ensure
that the AUTH3 packet has finished being processed before we start
processing any request packets.
Showing
Please
register
or
sign in
to comment