Related articles |
---|
Null pointer analysis in C naseer.naseer@gmail.com (2008-01-20) |
Null pointer analysis in C naseer.naseer@gmail.com (Naseer) (2008-02-24) |
Re: Null pointer analysis in C dnovillo@acm.org (Diego Novillo) (2008-02-24) |
Re: Null pointer analysis in C torbenm@app-5.diku.dk (2008-02-25) |
From: | Naseer <naseer.naseer@gmail.com> |
Newsgroups: | comp.compilers |
Date: | Sun, 24 Feb 2008 09:04:56 -0800 (PST) |
Organization: | Compilers Central |
Keywords: | C, question |
Posted-Date: | 24 Feb 2008 12:28:15 EST |
What are the issues/problems of Null pointer in C and how they can be
resolved "statically". i.e. while doing static analysis(compile time)
how can we find whether a pointer is null or not.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.