Related articles |
---|
dynamic analysis? MikeC@optonline.net (Michael Carton) (2002-04-13) |
Re: dynamic analysis? k.prasad@attbi.com (Kamal R. Prasad) (2002-04-17) |
From: | "Kamal R. Prasad" <k.prasad@attbi.com> |
Newsgroups: | comp.compilers |
Date: | 17 Apr 2002 23:19:44 -0400 |
Organization: | AT&T Broadband |
References: | 02-04-084 |
Keywords: | analysis |
Posted-Date: | 17 Apr 2002 23:19:44 EDT |
There are some programs like Bounds checker etc.. which will do a good
job of eleminating run-time null-pointer access. but this problem is
currently being dealt by things like STL (standard template library)
or some other object-oriented interface which has code in-built in the
operator[] function to catch such errors. if you can elaborate on the
questuon that would be great.
thanks -kamal
"Michael Carton" <MikeC@optonline.net> wrote in message
> I would like to know any open source project that deals with the
> dynamic analysis of C source code. is there any tool to check
> overflow, fixed point math or divide by zero?
Return to the
comp.compilers page.
Search the
comp.compilers archives again.