This page is experimental and may change significantly in future releases.
Omitted Break Statement in Switch
Properties
id: d3f:CWE-484
- name
- Omitted Break Statement in Switch
- definition
- The product omits a break statement within a switch or similar construct, causing code associated with multiple conditions to execute. This can cause problems when the programmer only intended to execute code associated with one condition.
Neighbors
CWE-484 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-484 has no related weaknesses in this release.