Home / Vulnerability Database / C or C++ : Loss of precision
C/C++

C or C++ : Loss of precision

Classification

Overview

Loss of recision can occur when:

  1. A negative value is implicitly converted to an unsigned value in an assignment, comparison or multiplication.
  2. 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++

C or C++ : va_list uninitialized