Assignment of a Fixed Address to a Pointer
CWE-587 · Variant · Draft
The product sets a pointer to a specific address other than NULL or 0.
Extended description
Using a fixed address is not portable, because that address will probably not be valid in all environments or platforms.