Home / Vulnerability Database / C or C++ : Loss of precision
C/C++
C or C++ : Loss of precision
Classification
CWE
Overview
Loss of recision can occur when:
- A negative value is implicitly converted to an unsigned value in an assignment, comparison or multiplication.
- Assignment/initialization when source value is greater than the max value of target.
MEDIUM
DerScanner Severity Score
Do you want to fix C or C++ : Loss of precision in your application?
See also
C/C++
C or C++ : Dead store
C/C++
C or C++ : Use after free
C/C++
