Hi, what is the reason that splint does not print warnings for all possible bugs in the code? For example if I have a flawed strcpy() followed by a flawed memcpy() only the strcpy is displayed but not the memcpy(). The memcpy is only displayed after I removed the strcpy-case. Thanks Thomas