Versions Compared

Key

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

...

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.0Modules_ProhibitEvilModulesImplemented

Bibliography

[Wall 2011] perlsub

...