0xPolygonMiden / miden-vm

STARK-based virtual machine
MIT License
611 stars 148 forks source link

Return proper message at underflow #1379

Open Overcastan opened 4 days ago

Overcastan commented 4 days ago

This small PR adds an underflow check in the local_to_absolute_addr function and return of proper error message instead of panic "subtract with underflow" one.

Related issue: #1372