Flaky behavior for memcpy
and struct arrays.
#7654
Labels
aws
Bugs or features of importance to AWS CBMC users
aws-high
bug
pending merge
soundness
Soundness bug? Review and add "aws" if it is, or remove "soundness" if it isn't.
CBMC version: 5.80.0
Operating system: Ubuntu Focal
main.c:
Exact command line resulting in the issue
What behaviour did you expect
A successful verification for the
memcmp
assertion, regardless of the value ofSIZE
or how the struct members are declared.What happened instead
The assertions fails. But, for certain values of
SIZE
(ie. 4), the assertion passes. Or, with thea1
field omitted from the struct declaration, the assertion also passes.The text was updated successfully, but these errors were encountered: