...
C Secure Coding Standard | "INT31-C. Ensure that integer conversions do not result in lost or misinterpreted data" |
| "FLP34-C. Ensure that floating point conversions are within range of the new type" |
C++ Secure Coding Standard | "INT31-CPP. Ensure that integer conversions do not result in lost or misinterpreted data" |
| "FLP34-CPP. Ensure that floating point conversions are within range of the new type" |
CWE -ID 681, "Incorrect Conversion between Numeric Types" | |
| CWE -ID 197, "Numeric Truncation Error" |
...