Worklist Item Code 521: Changing Static Pointer Address

Worklist Item Type

This Worklist Item is a Modelify Limitation

Cause

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

Recommend Solution

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

Additional Resources

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