...
Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
DCL01-PL | Low | Probable | Medium | P4 | L3 |
Automated Detection
Tool | Version | Checker | Description |
---|---|---|---|
B::Lint | 5.0 | .* masks earlier declaration in same scope | Implemented |
Related Guidelines
CERT C Secure Coding Standard | DCL01-C. Do not reuse variable names in subscopesCERT C++ Secure Coding Standard |
---|---|
CERT C++ Secure Coding Standard | DCL01-CPP. Do not reuse variable names in subscopes |
Automated Detection
Tool | Version | Checker | Description |
---|---|---|---|
B::Lint | 5.0 | .* masks earlier declaration in same scope | Implemented
Bibliography
...