Member Login

E-mail:    Password:  


Vendor :


Email  E-mail this page

Related Content  Related Content

Remember  Remember this item

 

Format: PDF

Date: 03/11/2005


Defensive Programming for Red Hat Enterprise Linux (And What to Do if Something Goes Wrong)

WORTHWHILE?

0

0 votes


Overview

Programming Language APIs and their libraries are often not designed with safety in mind. The API of the C language and the Unix API (which is defined using C) are especially weak in this respect. It is not necessarily the case that all programs developed using these programming languages and APIs are unsafe. This paper will describe possible problems, how to prevent them, and how to discover them.