LoginSignup
0
0

More than 5 years have passed since last update.

secureCoding > C11附属書K境界チェックインタフェース > strcpy_s()など

Last updated at Posted at 2015-04-23

引用: C/C++ セキュアコーディング 第2版 by Robert C. Seacordら

C11附属書K「境界チェックインタフェース」は、既存関数をより安全に置き換えることを主眼として、設計された。
...
strcpy_s(), strcat_s(), strncpy_s(), strncat()



STR07-C. 境界チェックインタフェースを使用し、文字列操作を行う既存のコードの脅威を緩和する

The C Standard, Annex K > the bounds-checking interfaces

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0