Closed
Description
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:
cbmc myfile.c --bounds-check --show-properties
cbmc myfile.c --pointer-check --show-properties
Which can be misleading.