On Implementation of a Safer C Library, ISO/IEC TR 24731

Computer Science – Software Engineering

Scientific paper

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

33 pages, 6 figures, 16 listings, index; a report document on the open source project. April 2006. v2 adds missing .ind file f

Scientific paper

The functions standardized as part of ISO C 1999 and their addendums improved very little the security options from the previously available library. The largest flaw remained that no function asked for the buffer size of destination buffers for any function copying data into a user-supplied buffer. According to earlier research we performed, we know that error condition handling was the first solution to security vulnerabilities, followed by precondition validation. The standard C functions typically perform little precondition validation and error handling, allowing for a wide range of security issues to be introduced in their use. ISO/IEC TR 24731, titled as "TR 24731: Safer C library functions", defines 41 new library functions for memory copying, string handling (both for normal and wide character strings), time printing, sorting, searching etc. Another innovation it brings is a constraint handling architecture, forcing error handling when certain security-related preconditions are violated when the functions are called. It also specifies the null-termination of all strings manipulated through its function and introduces a new unsigned integer type that helps preventing integer overflows and underflows. It is currently implemented by Microsoft as part of their Visual Studio 2005 and above. We examine the architecture of our implementation of ISO/IEC TR 24731. We first introduce our architectural philosophy before informing the reader about the Siemens Four View Model, an architectural methodology for the conception of large-scale software systems. Afterwards, we examine each of the view, as architected for our library. Finally, we conclude with other software engineering matters that were of high importance in the development of our implementation.

No associations

LandOfFree

Say what you really think

Search LandOfFree.com for scientists and scientific papers. Rate them and share your experience with other people.

Rating

On Implementation of a Safer C Library, ISO/IEC TR 24731 does not yet have a rating. At this time, there are no reviews or comments for this scientific paper.

If you have personal experience with On Implementation of a Safer C Library, ISO/IEC TR 24731, we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and On Implementation of a Safer C Library, ISO/IEC TR 24731 will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFWR-SCP-O-341733

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.