Can we represent bug pattern?

vipindeep.v@gmail.com (vipindeep)
30 Oct 2004 22:48:39 -0400

          From comp.compilers

Related articles
Can we represent bug pattern? vipindeep.v@gmail.com (2004-10-30)
Re: Can we represent bug pattern? jle@ural.owlnet.rice.edu (2004-11-02)
Re: Can we represent bug pattern? metzger@rsn.hp.com (Robert Metzger) (2004-11-06)
| List of all articles for this month |

From: vipindeep.v@gmail.com (vipindeep)
Newsgroups: comp.compilers
Date: 30 Oct 2004 22:48:39 -0400
Organization: http://groups.google.com
Keywords: errors, question
Posted-Date: 30 Oct 2004 22:48:39 EDT

Dear Reader,


Every programmer has experienced debugging. There are automated
checkers available now which does static/dynamic analysis to detect
bugs. I hope the bugs (may not be all) will follow some specific
patterns. Like null deref follows (declare - use) without
initialization. Will it be possible to represent the "bugs pattern"
by some represntaion? The tools like MOPS represent security
vulnerability as a finite automaton (representation for flaw) and
program by PDA. So it checks if regular expression is present in the
language of PDA.


In this way is it possible to represent "bug pattern".


Thanks,
Vipindeep


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.