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