Verifying properties of well-founded linked lists

The work

AuthorsShuvendu K. Lahiri; Shaz Qadeer
Editors
Typearticle
Year2006
Also known aslahiri2006verifying
Citekeylahiri2006verifyingb

Where it appeared

Published inACM SIGPLAN Notices
PublisherAssociation for Computing Machinery
Volume41
Issue1
Pages115--126

Abstract

We describe a novel method for verifying programs that manipulate linked lists, based on two new predicates that characterize reachability of heap cells. These predicates allow reasoning about both acyclic and cyclic lists uniformly with equal ease. The crucial insight behind our approach is that a circular list invariably contains a distinguished head cell that provides a handle on the list. This observation suggests a programming methodology that requires the heap of the program at each step to be well-founded, i.e., for any field f in the program, every sequence u.f, u.f.f, . . . contains at least one head cell. We believe that our methodology captures the most common idiom of programming with linked data structures. We enforce our methodology by automatically instrumenting the program with updates to two auxiliary variables representing these predicates and adding assertions in terms of these auxiliary variables. To prove program properties and the instrumented assertions, we provide a first-order axiomatization of our two predicates. We also introduce a novel induction principle made possible by the well-foundedness of the heap. We use our induction principle to derive from two basic axioms a small set of additional first-order axioms that are useful for proving the correctness of several programs. We have implemented our method in a tool and used it to verify the correctness of a variety of nontrivial programs manipulating both acyclic and cyclic singly-linked lists and doubly-linked lists. We also demonstrate the use of indexed predicate abstraction to automatically synthesize loop invariants for these examples.

A copy is held

pdf, 175.9 kB. Not published — it may be under copyright. The facts and links here are.

How it got here

How it got hereagent via openalex
Added2026-08-04 00:00 UTC
Approved bya person 2026-09-15 18:03 UTC

Cite it as

@article{lahiri2006verifyingb,
  title        = {Verifying properties of well-founded linked lists},
  author       = {Shuvendu K. Lahiri and Shaz Qadeer},
  year         = {2006},
  journal      = {ACM SIGPLAN Notices},
  publisher    = {Association for Computing Machinery},
  volume       = {41},
  number       = {1},
  pages        = {115--126},
  doi          = {10.1145/1111037.1111048},
  doi          = {10.1145/1111320.1111048},
}

This record lives at https://refs.drheap.org/lahiri2006verifyingb/ and will keep doing so. It used to be called lahiri2006verifying, and those addresses still resolve to this one.