CWE-561: Dead Code

BaseDraft

The product contains dead code, which can never be executed.

View on MITRE
Back to CWE Lookup

Extended Description

Dead code is code that can never be executed in a running program. The surrounding code makes it impossible for a section of code to ever be executed.

Technical Details

Structure
Simple

Applicable To

Languages
Not Language-Specific
Platforms

Learn More