nimbus-eth1/nimbus/vm
Dustin Brody 2136bc74fd
Sanitize memory addresses and lengths (#97)
* add a helper function to ensure for memory addressing and length purposes, especially as applied to array indexing and bounds-checking, that non-negative UInt256 numbers remain non-negative when lossily converted to int's
2018-08-06 16:33:20 +00:00
..
interpreter Sanitize memory addresses and lengths (#97) 2018-08-06 16:33:20 +00:00
code_stream.nim Corrected jump boundary check. Nonexistent sload pushes 0. (#74) 2018-07-19 15:11:52 +02:00
computation.nim Remove validateCanonicalAddress 2018-07-19 19:04:01 +01:00
interpreter.nim Delete utilities: address, padding, bytes (#68) 2018-07-06 17:08:31 +02:00
interpreter_dispatch.nim Refactor interpreter dispatch (#65) 2018-07-06 09:52:31 +02:00
memory.nim Delete utilities: address, padding, bytes (#68) 2018-07-06 17:08:31 +02:00
message.nim Remove validateCanonicalAddress 2018-07-19 19:04:01 +01:00
stack.nim Delete utilities: address, padding, bytes (#68) 2018-07-06 17:08:31 +02:00