Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited by sciSpider (sch jbop) (X_X)@==(Q_Q)@

...

Search for vulnerabilities resulting from the violation of this rule on the CERT website.

References

Wiki Markup
\[[ISO/IEC 9899-1999|AA. C References#ISO/IEC 9899-1999]\] Section 6.4.9, "Comments," and Section 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, and Rule 2.4: Sections of code should not be "commented out"
\[[Summit 05|AA. C References#Summit 05]\] Question 11.19