DLR-FT/wasm-interpreter
Vedi su GitHubEnfore stack size limits on allocation capacity, not only element counts
Open
#276 aperta il 23 ott 2025
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.