This page is experimental and may change significantly in future releases.
Unsigned to Signed Conversion Error
Properties
id: d3f:CWE-196
- name
- Unsigned to Signed Conversion Error
- definition
- The product uses an unsigned primitive and performs a cast to a signed primitive, which can produce an unexpected value if the value of the unsigned primitive can not be represented using a signed primitive.
Neighbors
CWE-196 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-196 has no related weaknesses in this release.