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

Fix incorrect results in NoOverflows-BitVectors #26

Open
3 tasks
hbgit opened this issue Jan 17, 2020 · 0 comments
Open
3 tasks

Fix incorrect results in NoOverflows-BitVectors #26

hbgit opened this issue Jan 17, 2020 · 0 comments
Assignees
Labels

Comments

@hbgit
Copy link
Owner

hbgit commented Jan 17, 2020

Verification tasks from SV-COMP

  • ../../sv-benchmarks/c/signedintegeroverflow-regression/AdditionIntMax.i

    It hasn't nondet, thus you could improve the analysis turn off libfuzzer and klee for nondet
    the sum result (2147483647 + 1) is not allowed in int type of sizeof(int) = 4

  • ../../sv-benchmarks/c/signedintegeroverflow-regression/Multiplication-2.i

    It hasn't nondet, thus you could improve the analysis turn off libfuzzer and klee for nondet
    the mult result (65536 * 32768) is not allowed in int type of sizeof(int) = 4

  • ../../sv-benchmarks/c/signedintegeroverflow-regression/NoConversion.i

    It hasn't nondet, thus you could improve the analysis turn off libfuzzer and klee for nondet
    the sum result long x = 2147483647 + 1; is not allowed in long type of sizeof(long or long int) = 4

@hbgit hbgit added the bug label Jan 17, 2020
@hbgit hbgit self-assigned this Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant