Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support symbolic-size allocations #1721

Open
davidtr1037 opened this issue Apr 24, 2024 · 0 comments
Open

Support symbolic-size allocations #1721

davidtr1037 opened this issue Apr 24, 2024 · 0 comments

Comments

@davidtr1037
Copy link
Contributor

Problem:
Currently, when the allocation size is symbolic, KLEE concretizes it.
This may lead to coverage loss and missed bugs.

Solution:
To address this, we may use the bounded symbolic size model (based on this paper).
In this model, every memory object has a (concrete or symbolic) size and a concrete capacity.
If the size is symbolic, then it is limited by the capacity.
Otherwise, the size and the capacity are equal.
The capacity can be specified by the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant