Cyclone: A safe dialect of C

TitleCyclone: A safe dialect of C
Publication TypeJournal Articles
Year of Publication2002
AuthorsJim T, Morrisett G, Grossman D, Hicks MW, Cheney J, Wang Y
JournalUSENIX Annual Technical Conference
Pagination275 - 288
Date Published2002///
Abstract

Cyclone is a safe dialect of C. It has been designed from the ground up to prevent the buffer overflows, format string attacks, and memory management errors that are common in C programs, while retaining C's syntax and semantics. This paper examines safety violations enabled by C's design, and shows how Cyclone avoids them, without giving up C's hallmark control over low-level details such as data representation and memory management.