You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With rust-lang/rust#123572, rustc started assuming for UB purposes that a vtable pointer points to a vtabe that's sufficiently big for the given trait. Miri currently isn't able to check that UB.
The text was updated successfully, but these errors were encountered:
…=oli-obk
Miri: detect wrong vtables in wide pointers
Fixesrust-lang/miri#3497.
Needed to catch the UB that rust-lang#123572 will start exploiting.
r? `@oli-obk`
…=oli-obk
Miri: detect wrong vtables in wide pointers
Fixesrust-lang/miri#3497.
Needed to catch the UB that rust-lang#123572 will start exploiting.
r? ``@oli-obk``
Rollup merge of rust-lang#124220 - RalfJung:interpret-wrong-vtable, r=oli-obk
Miri: detect wrong vtables in wide pointers
Fixesrust-lang/miri#3497.
Needed to catch the UB that rust-lang#123572 will start exploiting.
r? `@oli-obk`
With rust-lang/rust#123572, rustc started assuming for UB purposes that a vtable pointer points to a vtabe that's sufficiently big for the given trait. Miri currently isn't able to check that UB.
The text was updated successfully, but these errors were encountered: