Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 260 Bytes

invalidPointerCast.md

File metadata and controls

11 lines (6 loc) · 260 Bytes

Pattern: Invalid pointer cast

Issue: -

Description

Casting between float* and double* which have an incompatible binary data representation.

Further Reading