INVESTIGADORES
PONZIO Pablo Daniel
congresos y reuniones científicas
Título:
Efficient Bounded Model Checking of Heap-Manipulating Programs using Tight Field Bounds
Autor/es:
PABLO PONZIO; ARIEL GODIO; NICOLÁS ROSNER; MARCELO ARROYO; NAZARENO AGUIRRE; MARCELO F. FRIAS
Reunión:
Conferencia; Fundamental Approaches to Software Engineering - 24th International Conference, FASE 2021; 2021
Resumen:
Software model checkers are able to exhaustively explore different bounded program executions arising from various sources of non-determinism. These tools provide statements to produce non-deterministic values for certain variables, thus forcing the corresponding model checker to consider all possible values for these during verification. While these statements offer an effective way of verifying programs handling basic data types and simple structured types, they are inappropriate as a mechanism for nondeterministic generation of pointers, favoring the use of insertion routines to produce dynamic data structures when verifying, via model checking, programs handling such data types.We present a technique to improve model checking of programs handling heap-allocated data types, by taming the explosion of candidate structures that can be built when non-deterministically initializing heap object fields. The technique exploits precomputed relational bounds, that disregard values deemed invalid by the structure’s type invariant, thus reducing the state space to be explored by the model checker. Precomputing the relational bounds is a challenging costly task too, for which we also present an efficient algorithm, based on incremental SAT solving.We implement our approach on top of the CBMC bounded model checker, and show that, for a number of data structures implementations, we can handle significantly larger input structures and detect faults that CBMC is unable to detect.