How to avoid proving the absence of integer overflows

Verified Software: Theories, Tools, Experiments(2015)

引用 7|浏览56
暂无评分
摘要
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 $$2^{64}$$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.
更多
查看译文
关键词
Deductive Verification, Peano Integers, Machine Integers, Arbitrary Precision Integers, Gensym
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要