DLR-FT/wasm-interpreter

Enfore stack size limits on allocation capacity, not only element counts

Open

#276 aperta il 23 ott 2025

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Rust (5 fork)auto 404
executiongood first issue

Metriche repository

Star
 (37 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Currently we only check for the maximum stack size before trying to push an element onto the stack. However, we should also limit the capacity of the internal Vec to prevent any unexpected memory usage.

Guida contributor