bjorn3 added the bug label to Issue #7918.
bjorn3 added the cranelift label to Issue #7918.
bjorn3 opened issue #7918:
The copy_nonoverlapping at https://github.com/bytecodealliance/wasmtime/blob/e7ab3a465a203ae25cbc32c0bf7844e5da78d799/cranelift/jit/src/backend.rs#L881 can pass 1 as src pointer and 0 as dst pointer if
contents
is empty, which is UB.Versions and Environment
Cranelift version or commit: 0.104
Operating system: N/A
Architecture: N/A
Extra Info
Found in https://github.com/rust-lang/rustc_codegen_cranelift/actions/runs/7875794948/job/21488463691 by new UB checks on nightly when debug assertions are enabled.
alexcrichton closed issue #7918:
The copy_nonoverlapping at https://github.com/bytecodealliance/wasmtime/blob/e7ab3a465a203ae25cbc32c0bf7844e5da78d799/cranelift/jit/src/backend.rs#L881 can pass 1 as src pointer and 0 as dst pointer if
contents
is empty, which is UB.Versions and Environment
Cranelift version or commit: 0.104
Operating system: N/A
Architecture: N/A
Extra Info
Found in https://github.com/rust-lang/rustc_codegen_cranelift/actions/runs/7875794948/job/21488463691 by new UB checks on nightly when debug assertions are enabled.
Last updated: Nov 22 2024 at 16:03 UTC