Fade to Grey: Tuning Static Program Analysis

  • Authors:
  • Ansgar Fehnker;Ralf Huuck;Sean Seefried;Michael Tapp

  • Affiliations:
  • National ICT Australia Ltd. (NICTA), Locked Bag 6016, University of New South Wales, Sydney NSW 1466, Australia;National ICT Australia Ltd. (NICTA), Locked Bag 6016, University of New South Wales, Sydney NSW 1466, Australia;National ICT Australia Ltd. (NICTA), Locked Bag 6016, University of New South Wales, Sydney NSW 1466, Australia;National ICT Australia Ltd. (NICTA), Locked Bag 6016, University of New South Wales, Sydney NSW 1466, Australia

  • Venue:
  • Electronic Notes in Theoretical Computer Science (ENTCS)
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

Static program analysis complements traditional dynamic testing by discovering generic patterns and relations in source code, which indicate software deficiencies such as memory corruption, unexpected program behavior and memory leaks. Since static program analysis builds on approximations of a program@?s concrete behavior there is often a trade-off between reporting potential bugs that might be the result of an over-approximation and silently suppressing those defects in that grey area. While this trade-off is less important for small files it has severe implications when facing large software packages, i.e., 1,000,000 LoC and more. In this work we report on experiences with using our static C/C++ analyzer Goanna on such large software systems, motivate why a flexible property specification language is vital, and present a number of decisions that had to be made to select the right checks as well as a sensible reporting strategy. We illustrate our findings by empirical data obtained from regularly analyzing the Firefox source code.