Verification for legacy programs

Download: PDF, slides (PDF).

“Verification for legacy programs” by Michael D. Ernst. In VSTTE 2005: Verified Software: Theories, Tools, Experiments, (Zürich, Switzerland), Oct. 2005.

Abstract

In the long run, programs should be written from the start with verification in mind. Programs written in such a way are likely to be much easier to verify. They will avoid hard-to-verify features, may have better designs, will be accompanied by full formal specifications, and may be annotated with verification information. However, even if programs should be written this way, not all of them will. In the short run, it is crucial to verify the legacy programs that make up our existing computing infrastructure, and to provide tools that assist programmers in performing verification tasks and — equally importantly — in shifting their mindset to one of program verification. I propose approaches to verification that may assist in reaching these goals.

The key idea underlying the approaches is specification inference. This is a machine learning technique that produces, from an existing program, a (likely) specification of that program. Specifications are very frequently missing from real-world programs, but are required for verification. The inferred specification can serve as a goal for verification. I discuss three different approaches that can use such inferred specifications. One uses a heavyweight proof assistant, one uses an automated theorem prover, and one requires no user interaction but provides no guarantee.

Download: PDF, slides (PDF).

BibTeX entry:

@inproceedings{Ernst2005:VSTTE,
   author = {Michael D. Ernst},
   title = {Verification for legacy programs},
   booktitle = {VSTTE 2005: Verified Software: Theories, Tools, Experiments},
   address = {Z{\"u}rich, Switzerland},
   month = oct,
   year = {2005}
}

(This webpage was created with bibtex2web.)

Back to Michael Ernst's publications.