Skip to content

Commit b321a4e

Browse files
author
Daniel Kroening
committed
manual: fix cbmc message
1 parent d891335 commit b321a4e

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
@@ -109,7 +109,7 @@ hold and which do not. Using the SAT solver, CBMC detects that the
109109
property for the object bounds of `argv` does not hold, and will display:
110110
111111
```plaintext
112-
[main.pointer_dereference.6] dereference failure: pointer outside object bounds in argv[(signed long int)2]: FAILURE
112+
[main.pointer_dereference.6] line 7 dereference failure: pointer outside object bounds in argv[(signed long int)2]: FAILURE
113113
```
114114

115115
### Counterexample Traces

0 commit comments

Comments
 (0)