Affiliation:
1. University of Illinois at Urbana-Champaign, Urbana, IL
Abstract
Traditional approaches to enforcing memory safety of programs rely heavily on run-time checks of memory accesses and on garbage collection, both of which are unattractive for embedded applications. The goal of our work is to develop advanced compiler techniques for enforcing memory safety with minimal run-time overheads. In this paper, we describe a set of compiler techniques that, together with minor semantic restrictions on C programs and no new syntax, ensure memory safety and provide most of the error-detection capabilities of type-safe languages, without using garbage collection, and with no run-time software checks, (on systems with standard hardware support for memory management). The language permits arbitrary pointer-based data structures, explicit deallocation of dynamically allocated memory, and restricted array operations. One of the key results of this paper is a compiler technique that ensures that dereferencing dangling pointers to freed memory does not violate memory safety,
without annotations, run-time checks, or garbage collection
, and works for arbitrary type-safe C programs. Furthermore, we present a new interprocedural analysis for static array bounds checking under certain assumptions. For a diverse set of embedded C programs, we show that we are able to ensure memory safety of pointer and dynamic memory usage
in all these programs
with no run-time software checks (on systems with standard hardware memory protection), requiring only minor restructuring to conform to simple type restrictions. Static array bounds checking fails for roughly half the programs we study due to complex array references, and these are the only cases where explicit run-time software checks would be needed under our language and system assumptions.
Publisher
Association for Computing Machinery (ACM)
Subject
Hardware and Architecture,Software
Reference47 articles.
1. Birch J. 2002. Using the chains of recurrences algebra for data dependence testing and induction variable substitution. M.S. thesis Computer Science Dept. Florida State University Tallahassee FL. Birch J. 2002. Using the chains of recurrences algebra for data dependence testing and induction variable substitution. M.S. thesis Computer Science Dept. Florida State University Tallahassee FL.
Cited by
11 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. CHERIoT: Complete Memory Safety for Embedded Devices;56th Annual IEEE/ACM International Symposium on Microarchitecture;2023-10-28
2. BOGO;Proceedings of the Twenty-Fourth International Conference on Architectural Support for Programming Languages and Operating Systems;2019-04-04
3. Type-After-Type;Proceedings of the 34th Annual Computer Security Applications Conference;2018-12-03
4. Password-Hashing Status;Cryptography;2017-06-27
5. Lightweight Password Hashing Scheme for Embedded Systems;Information Security Theory and Practice;2015