How to avoid proving the absence of integer overflows

Martin Clochard, Jean Christophe Filliȃtre, Andrei Paskevich

Research output: Chapter in Book/Report/Conference proceedingConference contributionpeer-review

Abstract

When proving safety of programs, we must show, in particular, the absence of integer overflows. Unfortunately, there are lots of situations where performing such a proof is extremely difficult, because the appropriate restrictions on function arguments are invasive and may be hard to infer. Yet, in certain cases, we can relax the desired property and only require the absence of overflow during the first n steps of execution, n being large enough for all practical purposes. It turns out that this relaxed property can be easily ensured for large classes of algorithms, so that only a minimal amount of proof is needed, if at all. The idea is to restrict the set of allowed arithmetic operations on the integer values in question, imposing a “speed limit” on their growth. For example, if we repeatedly increment a 64-bit integer, starting from zero, then we will need at least 264 steps to reach an overflow; on current hardware, this takes several hundred years. When we do not expect any single execution of our program to run that long, we have effectively proved its safety against overflows of all variables with controlled growth speed. In this paper, we give a formal explanation of this approach, prove its soundness, and show how it is implemented in the context of deductive verification.

Original languageEnglish
Title of host publicationVerified Software
Subtitle of host publicationTheories, Tools, and Experiments - 7th International Conference, VSTTE 2015, Revised Selected Papers
EditorsSanjit A. Seshia, Arie Gurfinkel
PublisherSpringer Verlag
Pages94-109
Number of pages16
ISBN (Print)9783319296128
DOIs
Publication statusPublished - 1 Jan 2016
Externally publishedYes
Event7th International Conference on Verified Software: Theories, Tools, and Experiments, VSTTE 2015 - San Francisco, United States
Duration: 18 Jul 201519 Jul 2015

Publication series

NameLecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)
Volume9593
ISSN (Print)0302-9743
ISSN (Electronic)1611-3349

Conference

Conference7th International Conference on Verified Software: Theories, Tools, and Experiments, VSTTE 2015
Country/TerritoryUnited States
CitySan Francisco
Period18/07/1519/07/15

Fingerprint

Dive into the research topics of 'How to avoid proving the absence of integer overflows'. Together they form a unique fingerprint.

Cite this