b734240291
In the unusual case where log data is zero-length, `data[0].addr` is invalid and Nim thoughtfully raises `IndexOutOfBounds`, a `Defect` so it's not even in `CatchableError`. This is done in the EVMC host services to handle `LOG*` ops, and it made one of the EVM tests silently fail with no error message. The fix is obvious. Signed-off-by: Jamie Lokier <jamie@shareable.org> |
||
---|---|---|
.. | ||
call_common.nim | ||
call_evm.nim | ||
evmc_host_glue.nim | ||
evmc_vm_glue.nim | ||
host_services.nim | ||
host_trace.nim | ||
host_types.nim |