Open Access. Powered by Scholars. Published by Universities.®

Physical Sciences and Mathematics Commons

Open Access. Powered by Scholars. Published by Universities.®

University of Massachusetts Amherst

Computer Sciences

2006

DieHard

Articles 1 - 1 of 1

Full-Text Articles in Physical Sciences and Mathematics

Diehard: Probabilistic Memory Safety For Unsafe Languages, Emery D. Berger Jan 2006

Diehard: Probabilistic Memory Safety For Unsafe Languages, Emery D. Berger

Computer Science Department Faculty Publication Series

Applications written in unsafe languages like C and C++ are vulnerable to memory errors such as buffer overflows, dangling pointers, and reads of uninitialized data. Such errors can lead to program crashes, security vulnerabilities, and unpredictable behavior. We present DieHard, a runtime system that tolerates these errors while probabilistically maintaining soundness. DieHard uses randomization and replication to achieve probabilistic memory safety by approximating an infinite-sized heap. DieHard’s memory manager randomizes the location of objects in a heap that is at least twice as large as required. This algorithm prevents heap corruption and provides a probabilistic guarantee of avoiding memory errors. …