Closed
Description
According to rust-lang/rust#53676, there is an upper bound to what you can do with offset
. miri should check that.
Related question: Shouldn't the place_field
method in the miri engine check pointer_offset_inbounds
? That will be a heavy perf hit, but I think we might currently be missing out on some UB.