2018
DOI: 10.1007/978-3-319-99725-4_16
|View full text |Cite
|
Sign up to set email alerts
|

Modular Static Analysis of String Manipulations in C Programs

Abstract: We present a modular analysis able to tackle out-of-bounds accesses in C strings. This analyzer is modular in the sense that it infers and tabulates (for reuse) input/output relations, automatically partitioned according to the shape of the input state. We show how the inter-procedural iterator discovers and generalizes contracts in order to improve their reusability for further analysis. This analyzer was implemented and was able to successfully analyze and infer relational contracts for functions such as str… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
16
0

Year Published

2020
2020
2023
2023

Publication Types

Select...
5

Relationship

3
2

Authors

Journals

citations
Cited by 11 publications
(17 citation statements)
references
References 25 publications
(38 reference statements)
0
16
0
Order By: Relevance
“…Consider an abstraction of 0-terminated C strings [11] that abstracts strings with their length, i.e. the position of the first 0 in the array.…”
Section: Dynamic Expression Rewritingmentioning
confidence: 99%
See 4 more Smart Citations
“…Consider an abstraction of 0-terminated C strings [11] that abstracts strings with their length, i.e. the position of the first 0 in the array.…”
Section: Dynamic Expression Rewritingmentioning
confidence: 99%
“…To illustrate this form of cooperation, consider the classic example of reducing intervals and congruences [16]. Given an interval [11,12] and a congruence 2Z+1, we can refine both values in two steps. Firstly, using the fact that the value is odd, the interval is refined into [11,11].…”
Section: Domain Combinationmentioning
confidence: 99%
See 3 more Smart Citations