Skip to main content

Showing 1–1 of 1 results for author: Sanadaji, A

.
  1. arXiv:1609.06382  [pdf, other

    cs.SE cs.LO cs.PL

    Finding Model-Checkable Needles in Large Source Code Haystacks: Modular Bug-Finding via Static Analysis and Dynamic Invariant Discovery

    Authors: Mohammad Amin Alipour, Alex Groce, Chaoqiang Zhang, Anahita Sanadaji, Gokul Caushik

    Abstract: In this paper, we present a novel marriage of static and dynamic analysis. Given a large code base with many functions and a mature test suite, we propose using static analysis to find functions 1) with assertions or other evident correctness properties (e.g., array bounds requirements or pointer access) and 2) with simple enough control flow and data use to be amenable to predicate-abstraction ba… ▽ More

    Submitted 20 September, 2016; originally announced September 2016.

    Comments: 6 pages

    ACM Class: D.2.4; D.2.5