Symbolic pointer analysis for detecting memory leaks
Berhard Scholz, Johann Blieberger, Thomas Fahringer
Abstract
Open-access reader
Berhard Scholz, Johann Blieberger, Thomas Fahringer
Abstract
Open-access reader
It is well accepted that pointers are a common source of memory anomalies such as loosing references to dynamic records without deallocating them (also known as memory leaks). This paper presents a novel pointer analysis framework that detects memory leaks by statically analyzing the behavior of programs.
OpenAlex reports 26 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
It is well accepted that pointers are a common source of memory anomalies such as loosing references to dynamic records without deallocating them (also known as memory leaks). This paper presents a novel pointer analysis framework that detects memory leaks by statically analyzing the behavior of programs.
Key concepts: Memory leak, Computer science, Pointer analysis, Pointer (user interface), Memory safety, Symbolic execution, Symbolic data analysis, Programming language