不要在strcpy_s()、strncpy_s()進行Buffer Size的?指定。 ... strcat()不會進行檢查Buffer的長度檢查,所以有BufferOverflow問題。請使用按照strncat_s()?、strcat_s()、 ...
確定! 回上一頁