[splint-discuss] Categorised checks
mehmet.ekici
mehmet.ekici at ttmail.com
Mon Dec 1 11:08:34 PST 2008
Hi All,
I wonder if there is a way to do categorised checks. For example If like to check for memory problems.
Do we have to enable every single parameter or disable. If I like to disable all but memory checks.
Would it be possible without going everyi single parameters ?
I also have another question.
I am going to check a comlex system for memory leaks. Sistem consist of many modules, files, direcrories.
Some memory allocated in one place and released in a completely different file.
Different module use different allocation wrappers of definitions like
myAlloc(x,y, z)
{
malloc();
}
#define malloc MyAlloc
Do you think splint can be helpful in a system like this ?
Please guide me if there is any way.
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.cs.virginia.edu/pipermail/splint-discuss/attachments/20081201/6798de1a/attachment.html
More information about the splint-discuss
mailing list