Ayudante: Identifying undesired variable interactions

Download: PDF, slides (PDF).

“Ayudante: Identifying undesired variable interactions” by Irfan Ul Haq, Juan Caballero, and Michael D. Ernst. In WODA 2015: 13th International Workshop on Dynamic Analysis, (Pittsburgh, PA, USA), Oct. 2015, pp. 8-13.

Abstract

A common programming mistake is for incompatible variables to interact, e.g., storing euros in a variable that should hold dollars, or using an array index with the wrong array. This paper proposes a novel approach for identifying undesired interactions between program variables. Our approach uses two different mechanisms to identify related variables. Natural language processing (NLP) identifies variables with related names that may have related semantics. Abstract type inference (ATI) identifies variables that interact with each other. Any discrepancies between these two mechanisms may indicate a programming error.

We have implemented our approach in a tool called Ayudante. We evaluated Ayudante using two open-source programs: the Exim mail server and grep. Although these programs have been extensively tested and in deployment for years, Ayudante's first report for grep revealed a programming mistake.

Download: PDF, slides (PDF).

BibTeX entry:

@inproceedings{UlHaqCE2015,
   author = {Ul Haq, Irfan and Juan Caballero and Michael D. Ernst},
   title = {Ayudante: Identifying undesired variable interactions},
   booktitle = {WODA 2015: 13th International Workshop on Dynamic Analysis},
   pages = {8--13},
   address = {Pittsburgh, PA, USA},
   month = oct,
   year = {2015}
}

(This webpage was created with bibtex2web.)

Back to Michael Ernst's publications.