Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
The {{strcpy_s()}} function provides additional safeguards, including accepting the size of the destination buffer as an additional argument. (See recommendation [STR07-C. Use TR 24731C11 Annex K  bounds-checking interfaces for remediation of existing string manipulation code].) Do not assume that {{argv\[0\]}} is non-null.

...