RemCom
RemCom copied to clipboard
stprintf is overflowing the buffer at many places
We should replace its usage by some safe function like stprintf_s or the string buffer io stream class usage.
This is causing the buffer overflow if the command line is bigger than some no of characters - just imagine machine name, command path, some parameters .... and then pipe output to another command