RemCom icon indicating copy to clipboard operation
RemCom copied to clipboard

stprintf is overflowing the buffer at many places

Open santoshk opened this issue 13 years ago • 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

santoshk avatar Feb 16 '12 07:02 santoshk