]> git.lizzy.rs Git - rust.git/commit
do not use int2ptr casts in strict provenance tests
authorRalf Jung <post@ralfj.de>
Sun, 5 Jun 2022 15:47:39 +0000 (11:47 -0400)
committerRalf Jung <post@ralfj.de>
Sun, 5 Jun 2022 15:47:39 +0000 (11:47 -0400)
commit4a852126b979d6a04f5ce2a0b132dcc88002cea1
treee9ea97d2756c11dd60c84a75f6891e4252fe58e1
parent5a1b09eb9f9e908ad6a84be50aa8c4e9bde56365
do not use int2ptr casts in strict provenance tests
tests/fail/provenance/ptr_invalid_offset.rs [new file with mode: 0644]
tests/fail/provenance/ptr_invalid_offset.stderr [new file with mode: 0644]
tests/fail/provenance/strict-provenance-offset.rs [deleted file]
tests/fail/provenance/strict-provenance-offset.stderr [deleted file]
tests/pass/slices.rs