forked from model-checking/kani
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
136dd83
commit 0dec9b3
Showing
6 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Failed Checks: Kani does not support reasoning about pointer to unallocated memory | ||
|
||
Verification failed for - invalid_access::check_invalid_dyn_ptr | ||
Complete - 3 successfully verified harnesses, 1 failures, 4 total. |
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Failed Checks: Kani does not support reasoning about pointer to unallocated memory | ||
|
||
Verification failed for - invalid_access::check_invalid_slice_ptr | ||
Verification failed for - invalid_access::check_invalid_dyn_ptr | ||
Complete - 4 successfully verified harnesses, 2 failures, 6 total. |
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Failed Checks: Kani does not support reasoning about pointer to unallocated memory | ||
|
||
Verification failed for - invalid_access::check_invalid_array | ||
Verification failed for - invalid_access::check_invalid_ptr | ||
Complete - 3 successfully verified harnesses, 2 failures, 5 total. |
File renamed without changes.