Let’s also assume that your unit under test has the following testable function: int func1(char *str){ int param; sscanf(str, "%d", ¶m); return param;} First, add sscanf as a library stub Open your environment in the VectorCAST GUI. Environment | Update Environment… Go to Step...
If it does not, then the argument types are available to it from the function declaration (e.g. in a parameter pack) and it will not erroneously read extra bytes from memory or the like. Either way, the problem the warning intends to prevent -- that the caller has supplied a value th...