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
= help: this program is using integer-to-pointer casts or (equivalently) `ptr::with_exposed_provenance`, which means that Miri might miss pointer bugs in this program
= help: you can then set `MIRIFLAGS=-Zmiri-strict-provenance` to ensure you are not relying on `with_exposed_provenance` semantics
15
15
= help: alternatively, `MIRIFLAGS=-Zmiri-permissive-provenance` disables this warning
16
16
= note: BACKTRACE:
17
-
= note: inside `main` at src/main.rs:6:13: 6:32
17
+
= note: inside `main` at src/main.rs:5:13: 5:32
18
18
19
19
error: Undefined Behavior: pointer not dereferenceable: pointer must be dereferenceable for 40000 bytes, but got 0x1234[noalloc] which is a dangling pointer (it has no provenance)
0 commit comments