swactor/crates/wasm-actor
Claude 22f6860d6d test: P0-1 alloc OOB bounds check — failing test (#[ignore])
Guest alloc returning a pointer near the end of linear memory
(ptr + msg_len > memory_size) causes a Rust panic in copy_from_slice,
which poisons the actor permanently instead of dropping the message
and keeping the actor alive.

Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
2026-02-13 21:07:59 +07:00
..
src skeleton of wasm runner actors (#32) 2026-02-13 07:42:44 +00:00
tests test: P0-1 alloc OOB bounds check — failing test (#[ignore]) 2026-02-13 21:07:59 +07:00
Cargo.toml skeleton of wasm runner actors (#32) 2026-02-13 07:42:44 +00:00