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.
- Use internal to go around is_foreign_item() issue - Update tests after an issue: rust-lang/rust#116915 - Update the toolchain
- Loading branch information
Showing
5 changed files
with
16 additions
and
69 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Checking harness check_access_length_17... | ||
|
||
Failed Checks: dereference failure: pointer outside object bounds\ | ||
in check_access_length_17 | ||
Failed Checks: assumption failed\ | ||
in <usize as std::slice::SliceIndex<[Dummy]>>::get_unchecked | ||
|
||
Checking harness check_access_length_zero... | ||
|
||
Failed Checks: dereference failure: pointer outside object bounds\ | ||
in check_access_length_zero | ||
Failed Checks: assumption failed\ | ||
in <usize as std::slice::SliceIndex<[u8]>>::get_unchecked | ||
|
||
Verification failed for - check_access_length_17 | ||
Verification failed for - check_access_length_zero |
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 |
---|---|---|
@@ -1,61 +1,6 @@ | ||
check_always_out_bounds::check_0.pointer_dereference\ | ||
Status: FAILURE\ | ||
Description: "dereference failure: pointer NULL"\ | ||
function check_always_out_bounds::check_0 | ||
|
||
check_always_out_bounds::check_0.pointer_dereference\ | ||
Status: FAILURE\ | ||
Description: "dereference failure: pointer outside object bounds"\ | ||
function check_always_out_bounds::check_0 | ||
|
||
check_always_out_bounds::check_0.pointer_dereference\ | ||
Status: FAILURE\ | ||
Description: "dereference failure: invalid integer address"\ | ||
function check_always_out_bounds::check_0 | ||
|
||
check_always_out_bounds::check_1.pointer_dereference\ | ||
Status: FAILURE\ | ||
Description: "dereference failure: pointer outside object bounds"\ | ||
function check_always_out_bounds::check_1 | ||
|
||
check_always_out_bounds::check_2.pointer_dereference\ | ||
Status: FAILURE\ | ||
Description: "dereference failure: pointer outside object bounds"\ | ||
function check_always_out_bounds::check_2 | ||
|
||
check_always_out_bounds::check_3.pointer_dereference\ | ||
Status: FAILURE\ | ||
Description: "dereference failure: pointer outside object bounds"\ | ||
function check_always_out_bounds::check_3 | ||
|
||
check_always_out_bounds::check_4.pointer_dereference\ | ||
Status: FAILURE\ | ||
Description: "dereference failure: pointer outside object bounds"\ | ||
function check_always_out_bounds::check_4 | ||
|
||
check_always_out_bounds::check_5.pointer_dereference\ | ||
Status: FAILURE\ | ||
Description: "dereference failure: pointer outside object bounds"\ | ||
function check_always_out_bounds::check_5 | ||
|
||
check_always_out_bounds::check_6.pointer_dereference\ | ||
Status: FAILURE\ | ||
Description: "dereference failure: pointer outside object bounds"\ | ||
function check_always_out_bounds::check_6 | ||
|
||
check_always_out_bounds::check_7.pointer_dereference\ | ||
Status: FAILURE\ | ||
Description: "dereference failure: pointer outside object bounds"\ | ||
function check_always_out_bounds::check_7 | ||
|
||
check_always_out_bounds::check_8.pointer_dereference\ | ||
Status: FAILURE\ | ||
Description: "dereference failure: pointer outside object bounds"\ | ||
function check_always_out_bounds::check_8 | ||
|
||
check_always_out_bounds::check_9.cover\ | ||
Status: UNREACHABLE\ | ||
Description: "cover condition: *val == 0"\ | ||
function check_always_out_bounds::check_9 | ||
Checking harness check_always_out_bounds... | ||
|
||
Failed Checks: assumption failed | ||
in <usize as std::slice::SliceIndex<[u8]>>::get_unchecked | ||
|
||
Verification failed for - check_always_out_bounds |