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
CMD is single-threaded, so there should never be multiple threads in CMD trying to concurrently read/write to the console.
If something ever injected multiple threads and tried to actively read/write to the console from the multiple threads, it would garble input and output in the console, making the console essentially unusable. That would be true regardless whether Clink is injected.
But, if that happened while Clink was also injected, then Clink could potentially crash.