Value-Range Analysis of C Programs: Towards Proving the Absence of Buffer Overflow Vulnerabilities

Price 134.10 - 149.00 USD

EAN/UPC/ISBN Code 9781848000162

Brand Springer

Value-Range Analysis of C Programs describes a static analysis for detecting buffer overflows. A buffer overflow in a C program occurs when input is read into a memory buffer whose length exceeds that of the buffer. Overflows usually lead to crashes and may even enable a malicious person to gain control over a computer system. They are recognised as one of the most widespread forms of computer vulnerability. Based on the analysis of a standard mail-forwarding program, necessary refinements of the basic analysis are examined, thereby paving the way for an analysis that is precise enough to prove the absence of buffer overflows in legacy C code.