Chennai Mathematical Institute

Seminars




3:30 pm, Lecture Hall 6
Template-Based Verification of Heap-Manipulating Programs (Short Seminar)

Peter Schrammel
University of Sussex and Diffblue, Oxford.
27-11-18


Abstract

(joint work with Martin Hruska, Viktor Malik and Tomas Vojnar)

We propose a shape analysis suitable for analysis engines that perform automatic invariant inference using an SMT solver.

The proposed solution includes an abstract template domain that encodes the shape of the program heap based on logical formulae over bit-vectors. It is based on computing a points-to relation between pointers and symbolic addresses of abstract memory objects.

Our abstract heap domain can be combined with value domains in a straightforward manner, which particularly allows us to reason about shapes and contents of heap structures at the same time. The information obtained from the analysis can be used to prove memory safety and reachability properties, expressed by user assertions, of programs manipulating dynamic data structures, mainly linked lists.

The solution has been implemented in the 2LS framework and compared against state-of-the-art tools that perform the best in heap-related categories of the well-known Software Verification Competition (SV-COMP). Results show that 2LS outperforms these tools on benchmarks requiring combined reasoning about unbounded data structures and their numerical contents.