forked from diffblue/cbmc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These were using String.charAt which is no longer supported by CBMC and we should use CProverString.charAt instead (the two differ in that CProverString.charAt does not throw exceptions). This problem was undecteted before because the constant "hello" was interferring with the string-max-length value. So this parameter is replaced by string-max-input-length which only constrain inputs.
- Loading branch information
1 parent
8360233
commit bcb076b
Showing
4 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters