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 array memcpy #160

Open
viktormalik opened this issue Jan 14, 2022 · 0 comments
Open

Support array memcpy #160

viktormalik opened this issue Jan 14, 2022 · 0 comments

Comments

@viktormalik
Copy link
Collaborator

CBMC replaces array copy by a built-in statement array_copy or array_replace. 2LS currently doesn't support these, which makes analysis of programs using such operations fail.

Usage of the mentioned operations is currently disabled in competition mode by local_SSAt::disable_unsupported_instructions.

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