Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Examples of vulnerabilities resulting from the violation of this recommendation can be found on the CERTwebsite CERT website.

References

Wiki Markup
\[[ISO/IEC 9899-1999|AA. C References#ISO/IEC 9899-1999]] Sections 6.4.9 Comments, 6.10.1 Conditional inclusion
\[[MISRA 04|AA. C References#ISO/MISRA 04]] Rule 2.3: The character sequence /\* shall not be used within a comment; Rule 2.4: Sections of code should not be "commented out"
\[[Summit 05|AA. C References#Summit 05]] Question 11.19