This page is experimental and may change significantly in future releases.
Wrap-around Error
Properties
id: d3f:CWE-128
- name
- Wrap-around Error
- definition
- Wrap around errors occur whenever a value is incremented past the maximum value for its type and therefore "wraps around" to a very small, negative, or undefined value.
Neighbors
CWE-128 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-128 has no related weaknesses in this release.