...
CERT C++ Secure Coding Standard: DCL01-CPP. Do not reuse variable names in subscopes
CERT C Secure Coding Standard: DCL01-C. Do not reuse variable names in subscopes
Automated Detection
ToolDiagnostic | Version | Checker | Description |
---|---|---|---|
B::Lint | 5.0 | .* masks earlier declaration in same scope | Implemented |
Perl::Critic | 5.0 | Modules_ProhibitEvilModules | Implemented |
Bibliography
...