PORTING.CAST.PTR.FLTPNT

Pointer cast between floating point and non-floating point types

The PORTING checkers identify code that might rely on specific implementation details in different compilers. The PORTING.CAST.PTR.FLTPNT checker detects a cast between pointers to types that aren't both floating point or non-floating point.

Vulnerability and risk

Casting of a floating point expression to a non-floating point data type may be a safe operation on certain platforms, but it can't be guaranteed to be successful on all compiler implementations. This checker warns you of expressions that explicitly or implicitly cast a floating point value to a non-floating point value in case you need to take action.

Related checkers

PORTING.CAST.FLTPNT

Security training

Application security training materials provided by Secure Code Warrior.