Skip to content

Commit

Permalink
Add failures due to CAR size overflow in is_fresh
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi Delmas committed Feb 28, 2025
1 parent 7bdf6f7 commit 1a0b3ee
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
CORE dfcc-only
main.c
--no-malloc-may-fail --dfcc main --enforce-contract foo _ --pointer-check --pointer-primitive-check --pointer-overflow-check
--no-malloc-may-fail --dfcc main --enforce-contract foo
^\[__CPROVER_contracts_car_set_insert.assertion.\d+\] line \d+ CAR size is less than __CPROVER_max_malloc_size: FAILURE$
^\[__CPROVER_contracts_car_create.assertion.d+\].*CAR size is less than __CPROVER_max_malloc_size: FAILURE$
^\[__CPROVER_contracts_car_set_insert.assertion.d+\].*CAR size is less than __CPROVER_max_malloc_size: FAILURE$
^\[foo.assertion.\d+\] line \d+ size is capped: FAILURE$
^\*\* 2 of \d+ failed
^EXIT=10$
^SIGNAL=0$
^VERIFICATION FAILED$
Expand Down

0 comments on commit 1a0b3ee

Please sign in to comment.