...
The strcpy_s()
function provides additional safeguards, including accepting the size of the destination buffer as an additional argument (see STR07-AC. Use TR 24731 for remediation of existing string manipulation code).
...
...
The strcpy_s()
function provides additional safeguards, including accepting the size of the destination buffer as an additional argument (see STR07-AC. Use TR 24731 for remediation of existing string manipulation code).
...