W1047 Unsafe code '%s' (Delphi)

From RAD Studio
Jump to: navigation, search

Go Up to Error and Warning Messages (Delphi)


You have used a data type or operation for which static code analysis cannot prove that it does not overwrite memory. Such code can be considered a security risk.

For example, using GetMem can elicit this warning because a block of memory has no associated type.

See Also

Retrieved from "https://docwiki.embarcadero.com/RADStudio/Tokyo/e/index.php?title=W1047_Unsafe_code_%27%25s%27_(Delphi)&oldid=255983"