File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
CORE
2
2
main.c
3
- --malloc -may-fail --malloc-fail-null
3
+ --allocate -may-fail
4
4
^EXIT=10$
5
5
^SIGNAL=0$
6
6
^\[main.assertion.\d+\] line \d+ assertion p: FAILURE$
Original file line number Diff line number Diff line change 1
1
CORE
2
2
largest_representable.c
3
- --malloc-fail-assert
3
+ --allocate-size-check
4
4
^EXIT=0$
5
5
^SIGNAL=0$
6
- ^\[malloc.assertion .\d+\] line \d+ max allocation size exceeded : SUCCESS$
6
+ ^\[malloc.allocate .\d+\] line \d+ .* : SUCCESS$
7
7
^VERIFICATION SUCCESSFUL$
8
8
--
9
9
^warning: ignoring
Original file line number Diff line number Diff line change 1
1
CORE
2
2
max_size.c
3
- --malloc-fail-assert
3
+ --allocate-size-check
4
4
^EXIT=10$
5
5
^SIGNAL=0$
6
- ^\[malloc.assertion .\d+\] line \d+ max allocation size exceeded : FAILURE$
6
+ ^\[malloc.allocate .\d+\] line \d+ .* : FAILURE$
7
7
^VERIFICATION FAILED$
8
8
--
9
9
^warning: ignoring
Original file line number Diff line number Diff line change 1
1
CORE
2
2
one_byte_too_large.c
3
- --malloc-fail -null
3
+ --allocate-size -null
4
4
^EXIT=10$
5
5
^SIGNAL=0$
6
6
^\[main.assertion.\d+\] line \d+ assertion p: FAILURE$
You can’t perform that action at this time.
0 commit comments