Worklist Item Code 520: Changing Global Pointer Address

Worklist Item Type

This Worklist Item is a Modelify Limitation

Cause

This occurs when a function attempts to iterate over a global pointer variable by incrementing the variable. This is not supported because it would shift the location of the global pointer variable.

Recommend Solution

This item can be resolved by refactoring the code to iterate over the global variable using a temporary variable instead of the global variable.

Additional Resources

For further support, contact EnSoft Support at support@ensoftcorp.com