Download User's Guide

Transcript
FUNC_WILD
FUNC_WILD
Function pointer is wild
This error is generated when a call is made via a function pointer that is unknown
to Insure++.
This can come about in two ways:
Errors in user code that result in pointers that don’t point at
any known function.
•
Compiling only some of the files that make up an
application. This can result in Insure++ not knowing
enough about memory usage to distinguish correct and
erroneous behavior.
Error Codes
•
This discussion centers on the first type of problem
described here. A detailed discussion of the
second topic, including samples of its generation
and repair can be found in “Interfaces” on
page 103.
275