Ghosts for Lists: from Axiomatic to Executable Specifications
[ 2018 ] Conference

Frédéric Loulergue, Allan Blanchard, Nikolai Kosmatov

Abstract

Internet of Things (IoT) applications are becoming increasingly critical and require formal verification. Our recent work presented formal verification of the linked list module of Contiki, an OS for IoT. It relies on a parallel view of a linked list via a companion ghost array and uses an inductive predicate to link both views. In this work, a few interactively proved lemmas allow for the automatic verification of the list functions specifications, expressed in the ACSL specification language and proved with the Frama-C/WP tool.

In a broader verification context, especially as long as the whole system is not yet formally verified, it would be very useful to use runtime verification, in particular, to test client modules that use the list module. It is not possible with the current specifications, which include an inductive predicate and axiomatically defined functions. In this early-idea paper we show how to define a provably equivalent non-inductive predicate and a provably equivalent non-axiomatic function that belong to the executable subset E-ACSL of ACSL and can be transformed into executable C code. Finally, we propose an extension of Frama-C to handle both axiomatic specifications for deductive verification and executable specifications for runtime verification.

In

Proc. of the 12th International Conference on Tests & Proofs (TAP 2018)

Toulouse, France, June 2018, pages 177-184. LNCS 10889. Springer. ISBN 978-3-319-92993-4.

Final publication available at http://link.springer.com. DOI: 10.1007/978-3-319-92994-1_11.

Paper (Available PDF is the author's final version of the work)

Slides