Concolic testing of the multi-sector read operation for flash storage platform software

  • Authors:
  • Moonzoo Kim;Yunho Kim;Yunja Choi

  • Affiliations:
  • KAIST, CS Dept., Daejeon, South Korea;KAIST, CS Dept., Daejeon, South Korea;Kyungpook National University, School of EECS, Daegu, South Korea

  • Venue:
  • Formal Aspects of Computing
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

In today’s information society, flash memory has become a virtually indispensable component, particularly for mobile devices. In order for mobile devices to operate successfully, it is essential that flash memory be controlled correctly through flash storage platform software such as the file system, flash translation layer, and low-level device drivers. However, as is typical for embedded software, conventional testing methods often fail to detect hidden flaws in the software due to the difficulty of creating effective test cases. As a different approach, model checking techniques guarantee a complete analysis, but only on a limited scale. In this paper, we describe an empirical study wherein a concolic testing method is applied to the multi-sector read operation for flash storage platform software. This method combines a concrete dynamic execution and a symbolic execution to automatically generate test cases for full path coverage. Through the experiments, we analyze the advantages and weaknesses of the concolic testing approach on the flash storage platform software.