File tree 3 files changed +7
-10
lines changed
3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -102,11 +102,8 @@ do not check that all pointers in pointer primitives are valid or null
102
102
\fB \-\- no \- signed \- overflow \- check \fR
103
103
disable signed arithmetic over\- and underflow checks
104
104
.TP
105
- \fB \-\- no \- malloc \- may \- fail \fR
106
- do not allow malloc calls to fail by default
107
- .TP
108
- \fB \-\- no \- malloc \- fail \- null \fR
109
- do not set malloc failure mode to return null pointer
105
+ \fB \-\- no \- malloc \- fail \fR
106
+ Do not allow malloc calls to fail by default.
110
107
.TP
111
108
\fB \-\- no \- unwinding \- assertions \fR (\fB cbmc \fR \- only)
112
109
do not generate unwinding assertions (cannot be
Original file line number Diff line number Diff line change @@ -634,11 +634,8 @@ do not check that all pointers in pointer primitives are valid or null
634
634
\fB \-\- no \- signed \- overflow \- check \fR
635
635
disable signed arithmetic over\- and underflow checks
636
636
.TP
637
- \fB \-\- no \- malloc \- may \- fail \fR
638
- do not allow malloc calls to fail by default
639
- .TP
640
- \fB \-\- no \- malloc \- fail \- null \fR
641
- do not set malloc failure mode to return null pointer
637
+ \fB \-\- no \- malloc \- fail \fR
638
+ Do not allow malloc calls to fail by default.
642
639
.TP
643
640
\fB \-\- no \- unwinding \- assertions \fR (\fB cbmc \fR \- only)
644
641
do not generate unwinding assertions (cannot be
Original file line number Diff line number Diff line change @@ -697,6 +697,9 @@ set malloc failure mode to assert\-then\-assume
697
697
\fB \-\- malloc \- fail \- null \fR
698
698
set malloc failure mode to return null
699
699
.TP
700
+ \fB \-\- no \- malloc \- fail \fR
701
+ Do not allow malloc calls to fail by default.
702
+ .TP
700
703
\fB \-\- string \- abstraction \fR
701
704
track C string lengths and zero\- termination
702
705
.TP
You can’t perform that action at this time.
0 commit comments