Sciweavers

PLDI
2015
ACM

Automatic error elimination by horizontal code transfer across multiple applications

8 years 12 days ago
Automatic error elimination by horizontal code transfer across multiple applications
We present Code Phage (CP), a system for automatically transferring correct code from donor applications into recipient applications that process the same inputs to successfully eliminate errors in the recipient. Experimental results using seven donor applications to eliminate ten errors in seven recipient applications highlight the ability of CP to transfer code across applications to eliminate out of bounds access, integer overflow, and divide by zero errors. Because CP works with binary donors with no need for source code or symbolic information, it supports a wide range of use cases. To the best of our knowledge, CP is the first system to automatically transfer code across multiple applications. Categories and Subject Descriptors D.2.5 [Testing and Debugging]: Error handling and recovery; D.2.7 [Distribution, Maintenance, and Enhancement]: Corrections Keywords automatic code transfer, program repair, data structure translation
Stelios Sidiroglou-Douskos, Eric Lahtinen, Fan Lon
Added 16 Apr 2016
Updated 16 Apr 2016
Type Journal
Year 2015
Where PLDI
Authors Stelios Sidiroglou-Douskos, Eric Lahtinen, Fan Long, Martin Rinard
Comments (0)