Skip to content

Commit 2cb523f

Browse files
author
Enrico Steffinlongo
committed
malloc MAY fail shadow memory
1 parent 7605654 commit 2cb523f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

regression/cbmc-shadow-memory/custom-init1/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-shadow-memory/global1/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-shadow-memory/malloc1/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-shadow-memory/nondet-size-arrays1/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)