Skip to content

Flags interaction #219

Closed
Closed
@paulineb30

Description

@paulineb30

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions