Versions Compared

Key

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

...

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

Other Languages

This rule appears in the C++ Secure Coding Standard as DCL32-CPP. Guarantee that mutually visible identifiers are unique.

References

Wiki Markup
\[[ISO/IEC 9899:1999|AA. C References#ISO/IEC 9899-1999]\] Section 5.2.4.1, ""Translation limits""
\[[ISO/IEC PDTR 24772|AA. C References#ISO/IEC PDTR 24772]\] ""AJN Choice of Filenames and Other External Identifiers"" and ""YOW Identifier name reuse""
\[[MISRA 04|AA. C References#MISRA 04]\] Rules 5.1 and 8.9

...

            02. Declarations and Initialization (DCL)              DCL33-C. Ensure that restrict-qualified source and destination pointers in function arguments do not reference overlapping objects