...
Wiki Markup |
---|
This noncompliant code example is based on the managed string library developed by CERT \[[Burch 2006|AA. Bibliography#Seacord 06]\]. In this example, the managed string type, and functions that operate on this type, are defined in the {{string_m.h}} header file as follows: |
...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Related Guidelines
ISO/IEC 9899:1999 Section 6.2.5, "Types"
Bibliography
Wiki Markup |
---|
\[[Burch 2006|AA. Bibliography#Seacord 06]\]
\[[ISO/IEC 9899:1999|AA. Bibliography#ISO/IEC 9899-1999]\] Section 6.2.5, "Types" |
...