Pointer Logic Dealing with Uncertain Equality of Pointers

梁红瑾,张昱,陈意云,李兆鹏,华保健
DOI: https://doi.org/10.3724/sp.j.1001.2010.03783
2010-01-01
Journal of Software
Abstract:A pointer logic is designed for a C-like programming language PointerC.The pointer logic is an extension of Hoare logic,and it uses the idea of precise alias analysis in pointer program verification to support safety verification of programs in which equality of pointers is well-regulated.This paper presents an extension to the pointer logic by introducing a set of uncertain-equality pointer access path sets,so as to reason in the extended pointer logic about properties of programs which manipulate data structures like directed graph in which equality of pointers is uncertain.
What problem does this paper attempt to address?