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 PRE08-C. Guarantee that header file names are unique), which makes it apparent that the library used is not the original.

...

Recommendation

Severity

Likelihood

Remediation Cost

Priority

Level

PRE04-C

low

unlikely

medium

P2

L3

Automated Detection

...

Tool

Version

Checker

Description

Section

LDRA tool suite

...

Include Page
c:LDRA_V
c:LDRA_V

 

 

Related Vulnerabilities

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

Other Languages

Related Guidelines

This rule appears in the C++ Secure Coding Standard as : PRE04-CPP. Do not reuse a standard header file name.

Bibliography

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

...