Skip to content

Commit edd365e

Browse files
authored
Update cbmc-tutorial.md
The next command also needs bounds and pointer check flags (--bounds-check --pointer-check)
1 parent 8a04d3b commit edd365e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/cprover-manual/cbmc-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ To simplify further processing of counterexample traces, CBMC supports XML as a
134134
possible output format.
135135

136136
```
137-
cbmc file1.c --trace --xml-ui
137+
cbmc file1.c --bounds-check --pointer-check --trace --xml-ui
138138
```
139139

140140
The specification of the XML trace output can be found here: [XML

0 commit comments

Comments
 (0)