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