Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

The CERT C Programming Language Secure Coding Standard was developed specifically for versions of the C programming language defined by

  • Wiki MarkupISO/IEC 9899:1999 Programming Languages --- C, Second Edition \ [[ISO/IEC 9899:1999|AA. Bibliography#ISO/IEC 9899-1999]\]
  • Technical corrigenda TC1, TC2, and TC3unmigrated-wiki-markup
  • ISO/IEC TR 24731-1 Extensions to the C Library, Part I: Bounds-checking interfaces \ [[ISO/IEC TR 24731-1-2007|AA. Bibliography#ISO/IEC TR 24731-1-2007]\]unmigrated-wiki-markup
  • ISO/IEC PDTR 24731-2 Extensions to the C Library, Part II: Dynamic Allocation Functions \[ [ISO/IEC PDTR 24731-2|AA. Bibliography#ISO/IEC PDTR 24731-2-2007]\]

Most of the material included in this standard can also be applied to earlier versions of the C programming language.

...