Unbounded Output Collection #16

Open
opened 2026-02-22 10:36:28 +00:00 by salmaelsoly · 0 comments
Member

Stderr from executed commands is collected into an unbounded Vec. A long-running or verbose process can exhaust guest memory and crash the VM.
crates/chvm-init/src/exec_handler.rs

Stderr from executed commands is collected into an unbounded Vec<String>. A long-running or verbose process can exhaust guest memory and crash the VM. `crates/chvm-init/src/exec_handler.rs`
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
geomind_code/my_hypervisor#16
No description provided.