Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: version number is missing in first sentence

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

  • Wiki Markup
    ISO/IEC 9899-1999 Programming Languages ?--- C, Second Edition \[[ISO/IEC 9899-1999|AA. C References#ISO/IEC 9899-1999]\]
  • Technical corrigenda TC1 and TC2
  • Wiki Markup
    ISO/IEC TR 24731-1 Extensions to the C Library, ? Part I: Bounds-checking interfaces. \[[ISO/IEC TR 24731-2006|AA. C References#ISO/IEC TR 24731-2006]\]
  • ISO/IEC WDTR 24731-2 Specification for Safer C Library Functions ? Part II: Dynamic Allocation Functions

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

...