• smartcontracts's avatar
    fix: have mips step check register offset instead of overwrite (#238) · f54765ce
    smartcontracts authored
    Existing step logic wrote the register offset into memory but the
    compiler should already be doing this when the struct is defined.
    Instead of writing directly into memory, this change verifies that
    the memory at that location has the expected value which will
    catch any cases where the compiler's memory allocation mechanism
    changes in the future.
    f54765ce
Name
Last commit
Last update
..
L1 Loading commit data...
L2 Loading commit data...
Safe Loading commit data...
actors Loading commit data...
cannon Loading commit data...
dispute Loading commit data...
governance Loading commit data...
invariants Loading commit data...
kontrol Loading commit data...
legacy Loading commit data...
libraries Loading commit data...
mocks Loading commit data...
periphery Loading commit data...
safe-tools Loading commit data...
setup Loading commit data...
universal Loading commit data...
vendor Loading commit data...
BenchmarkTest.t.sol Loading commit data...
ExtendedPause.t.sol Loading commit data...
L2Genesis.t.sol Loading commit data...
Predeploys.t.sol Loading commit data...
Preinstalls.t.sol Loading commit data...
Specs.t.sol Loading commit data...