FixedAddr -- Assignment of a Fixed Address to a Pointer

From RAD Studio
Jump to: navigation, search

Go Up to C++ Audits

Description

FixedAddr checks for the assignment of a fixed address other than NULL or 0 to a pointer.

Using a fixed address is not portable, because that address will probably not be valid in all environments or platforms.


See Also