Versions Compared

Key

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

...

The solution addresses the problem by giving the local library a unique name (as per guideline recommendation PRE08-C. Guarantee that header file names are unique), which makes it apparent that the library used is not the original.

...

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

Related Guidelines

CERT C++ Secure Coding Standard: PRE04-CPP. Do not reuse a standard header file name

Bibliography

unmigrated-wiki-markup

\[[ISO/IEC 9899:1999|AA. Bibliography#ISO/IEC 9899-1999]\] Section 7.1.2, "Standard Headers"

Bibliography

...

PRE03-C. Prefer typedefs to defines for encoding types      01. Preprocessor (PRE)