Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: someone pointed out that the description of the 1st NCCE can read as "both strncpy() and strncat() do not guarantee null-termination." I added "in case of strncpy()".

...

If a runtime constraint error is detected by either the call to strnlen_s() or strcpy_s(), the currently registered runtime-constraint handler is invoked. See recommendation ERR03-C. Use runtime-constraint handlers when calling functions defined by TR24731-1the bounds-checking interfaces for more information on using runtime-constraint handlers with TR 24731-1 functions.

...