Improve check_for_looped_mallocs
in code contracts to use natural loops
#5530
Labels
check_for_looped_mallocs
in code contracts to use natural loops
#5530
CBMC version:
>5.15
Operating system: Ubuntu 18.04 or macOS Mojave 10.14.6
Exact command line resulting in the issue: N/A.
What behaviour did you expect: N/A.
What happened instead: Use
natural_loops
, as is done, e.g., indump_c
. That will directly provide you with a loop body, which can then be searched for those function calls.Suggested in #5403.
The text was updated successfully, but these errors were encountered: