Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dc25d7c

Browse files
author
Enrico Steffinlongo
committedDec 18, 2023
malloc MAY fail cbmc/library
1 parent b109282 commit dc25d7c

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed
 

‎regression/cbmc-library/Malloc20/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--no-malloc-fail
3+
--no-malloc-may-fail
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

‎regression/cbmc-library/String6/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--no-malloc-fail --pointer-check --bounds-check --conversion-check
3+
--no-malloc-may-fail --pointer-check --bounds-check --conversion-check
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

‎regression/cbmc-library/calloc-01/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--no-malloc-fail
3+
--no-malloc-may-fail
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

‎regression/cbmc-library/equality_through_struct_containing_arrays3/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--no-malloc-fail
3+
--no-malloc-may-fail
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

‎regression/cbmc-library/fileno-01/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--no-malloc-fail --pointer-check --bounds-check
3+
--no-malloc-may-fail --pointer-check --bounds-check
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

‎regression/cbmc-library/memcpy-04/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--no-malloc-fail
3+
--no-malloc-may-fail
44
^\[publish.assertion.1\] line 18 should pass: SUCCESS$
55
^\[publish.assertion.2\] line 19 should fail: FAILURE$
66
^\*\* 1 of \d+ failed

‎regression/cbmc-library/memcpy-05/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--no-malloc-fail
3+
--no-malloc-may-fail
44
^VERIFICATION SUCCESSFUL$
55
^EXIT=0$
66
^SIGNAL=0$

‎regression/cbmc-library/memcpy-08/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--no-malloc-fail
3+
--no-malloc-may-fail
44
^\[main.assertion.1\] line 20 should pass: SUCCESS$
55
^\[main.assertion.2\] line 21 should fail: FAILURE$
66
^\*\* 1 of \d+ failed

‎regression/cbmc-library/realloc-01/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--no-malloc-fail
3+
--no-malloc-may-fail
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

‎regression/cbmc-library/realloc-02/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--no-malloc-fail
3+
--no-malloc-may-fail
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

0 commit comments

Comments
 (0)
Please sign in to comment.