Specifications for Managed Strings, Second Edition
May 2010 • Technical Report
Hal Burch, Fred Long, Raunak Rungta, Robert C. Seacord, David Svoboda
In this report, the authors describe a managed string library for the C programming language.
Publisher:
Software Engineering Institute
CMU/SEI Report Number
CMU/SEI-2010-TR-018
DOI (Digital Object Identifier):
10.1184/R1/6584285.v1Subjects
Abstract
This report describes a managed string library for the C programming language. Many software vulnerabilities in C programs result from the misuse of manipulation functions for standard C strings. Programming errors common to string-manipulation logic include buffer overflow, truncation errors, string termination errors, and improper data sanitization. The managed string library provides mechanisms to eliminate or mitigate these problems and improve system security. The CERT Program, which is part of the Carnegie Mellon Software Engineering Institute, provides a proof-of-concept implementation of the managed string library on its Secure Coding web pages.