-
Notifications
You must be signed in to change notification settings - Fork 273
Flags interaction #219
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
Comments
On Wed, 2016-09-07 at 00:23 -0700, pbolignano wrote:
This is correct but note that the properties checked by two flags
I see your point but ... There are some checks which require analysis from both, so our options
I'm open to suggestions but I can't see a solution that entirely gets Cheers,
|
For member accesses, access to other components need not be valid as shown in the included regression test Malloc23. Also do not require --bounds-check for full dereferencing checks. Fixes #219.
…ation_to_make_compiler_silent Reverting indentation in order to make the compiler silent.
Remove INVARIANT in full_struct_abstract_object copy constructor
The properties checked for two check flags is not equal to the sum of the properties checked for the first flag and the properties checked for the second flag. For example, the set of properties generated by:
cbmc myfile.c --pointer-check --bounds-check --show-properties
Is larger than to the union of these two sets:
Which can be misleading.
The text was updated successfully, but these errors were encountered: