DocumentCode :
6935
Title :
BLISS: Improved Symbolic Execution by Bounded Lazy Initialization with SAT Support
Author :
Rosner, Nicolas ; Geldenhuys, Jaco ; Aguirre, Nazareno M. ; Visser, Willem ; Frias, Marcelo F.
Author_Institution :
Dept. of Comput. Sci., Univ. de Buenos Aires, Buenos Aires, Argentina
Volume :
41
Issue :
7
fYear :
2015
fDate :
July 1 2015
Firstpage :
639
Lastpage :
660
Abstract :
Lazy Initialization (LI) allows symbolic execution to effectively deal with heap-allocated data structures, thanks to a significant reduction in spurious and redundant symbolic structures. Bounded lazy initialization (BLI) improves on LI by taking advantage of precomputed relational bounds on the interpretation of class fields in order to reduce the number of spurious structures even further. In this paper we present bounded lazy initialization with SAT support (BLISS), a novel technique that refines the search for valid structures during the symbolic execution process. BLISS builds upon BLI, extending it with field bound refinement and satisfiability checks. Field bounds are refined while a symbolic structure is concretized, avoiding cases that, due to the concrete part of the heap and the field bounds, can be deemed redundant. Satisfiability checks on refined symbolic heaps allow us to prune these heaps as soon as they are identified as infeasible, i.e., as soon as it can be confirmed that they cannot be extended to any valid concrete heap. Compared to LI and BLI, BLISS reduces the time required by LI by up to four orders of magnitude for the most complex data structures. Moreover, the number of partially symbolic structures obtained by exploring program paths is reduced by BLISS by over 50 percent, with reductions of over 90 percent in some cases (compared to LI). BLISS uses less memory than LI and BLI, which enables the exploration of states unreachable by previous techniques.
Keywords :
computability; data structures; program verification; BLISS; bounded lazy initialization with SAT support; class fields; field bound refinement; heap-allocated data structures; program path; relational bounds; satisfiability check; symbolic execution; symbolic heap; symbolic structures; Binary trees; Concrete; Java; Periodic structures; Software; Symbolic PathFinder; Symbolic execution; lazy initialization; tight field bounds;
fLanguage :
English
Journal_Title :
Software Engineering, IEEE Transactions on
Publisher :
ieee
ISSN :
0098-5589
Type :
jour
DOI :
10.1109/TSE.2015.2389225
Filename :
7004061
Link To Document :
بازگشت