JMLKelinci plus : Detecting Semantic Bugs and Covering Branches with Valid Inputs Using Coverage-guided Fuzzing and Runtime Assertion Checking

被引:0
作者
Nilizadeh, Amirfarhad [1 ]
Leavens, Gary T. [1 ]
Pasareanu, Corina S. [2 ]
Noller, Yannic [3 ]
机构
[1] Univ Cent Florida, Orlando, FL USA
[2] Carnegie Mellon Univ, NASA Ames Res Ctr, Moffett Field, CA USA
[3] Natl Univ Singapore, Singapore, Singapore
关键词
Guided fuzzer; runtime assertion checking; testing; valid inputs; formal verification; semantic bug; branch coverage; TEST-CASE GENERATION; FORMAL VERIFICATION; JML; SPECIFICATION; ALGORITHMS; EXECUTION; DESIGN; SYSTEM; TOOL;
D O I
10.1145/3607538
中图分类号
TP31 [计算机软件];
学科分类号
081202 ; 0835 ;
摘要
Testing to detect semantic bugs is essential, especially for critical systems. Coverage-guided fuzzing (CGF) and runtime assertion checking (RAC) are twowell-known approaches for detecting semantic bugs. CGF aims to generate test inputs with high code coverage. However, while CGF tools can be equipped with sanitizers to detect a fixed set of semantic bugs, they can otherwise only detect bugs that lead to a crash. Thus, the first problem we address is how to help fuzzers detect previously unknown semantic bugs that do not lead to a crash. Moreover, a CGF tool may not necessarily cover all branches with valid inputs, although invalid inputs are useless for detecting semantic bugs. So, the second problem is how to guide a fuzzer to maximize coverage using only valid inputs. However, RAC monitors the expected behavior of a program dynamically and can only detect a semantic bug when a valid test input shows that the program does not satisfy its specification. Thus, the third problem is how to provide high-quality test inputs for a RAC that can trigger potential bugs. The combination of a CGF tool and RAC solves these problems and can cover branches with valid inputs and detect semantic bugs effectively. Our study uses RAC to guarantee that only valid inputs reach the program under test using the program's specified preconditions, and it also uses RAC to detect semantic bugs using specified postconditions. A prototype tool was developed for this study, named JMLKelinci+. Our results show that combining a CGF tool with RAC will lead to executing the program under test only with valid inputs and that this technique can effectively detect semantic bugs. Also, this idea improves the feedback given to a CGF tool, enabling it to cover all branches faster in programs with non-trivial preconditions.(1)
引用
收藏
页数:24
相关论文
共 133 条
  • [41] Eberlein M, 2020, LECT NOTES COMPUT SC, V12420, P105, DOI 10.1007/978-3-030-59762-7_8
  • [42] Fink G., 1997, Software Engineering Notes, V22, P74, DOI 10.1145/263244.263267
  • [43] Fraser G., 2011, P 19 ACM SIGSOFT S 1, P416
  • [44] A Large-Scale Evaluation of Automated Unit Test Generation Using EvoSuite
    Fraser, Gordon
    Arcuri, Andrea
    [J]. ACM TRANSACTIONS ON SOFTWARE ENGINEERING AND METHODOLOGY, 2014, 24 (02)
  • [45] EvoSuite: On The Challenges of Test Case Generation in the Real World
    Fraser, Gordon
    Arcuri, Andrea
    [J]. 2013 IEEE SIXTH INTERNATIONAL CONFERENCE ON SOFTWARE TESTING, VERIFICATION AND VALIDATION (ICST 2013), 2013, : 362 - 367
  • [46] Gligoric M., 2010, International Conference on Software Engineering, P225, DOI DOI 10.1145/1806799.1806835
  • [47] DART: Directed automated random testing
    Godefroid, P
    Klarlund, N
    Sen, K
    [J]. ACM SIGPLAN NOTICES, 2005, 40 (06) : 213 - 223
  • [48] Godefroid P, 2017, IEEE INT CONF AUTOM, P50, DOI 10.1109/ASE.2017.8115618
  • [49] Grammar-based Whitebox Fuzzing
    Godefroid, Patrice
    Kiezun, Adam
    Levin, Michael Y.
    [J]. PLDI'08: PROCEEDINGS OF THE 2008 SIGPLAN CONFERENCE ON PROGRAMMING LANGUAGE DESIGN & IMPLEMENTATION, 2008, : 206 - +
  • [50] Google, google/syzkaller