kavika13/RemCom

stprintf is overflowing the buffer at many places

santoshk opened this issue · 0 comments

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