diff options
author | Christian Parpart <christian@parpart.family> | 2018-08-02 21:34:14 +0800 |
---|---|---|
committer | Christian Parpart <christian@parpart.family> | 2018-08-03 01:53:46 +0800 |
commit | fb4857abed31a9f63cf3addf53456fdabb269638 (patch) | |
tree | 6844b686d1255f8486de41af74ac659d6879950b /test/libsolidity/ErrorCheck.cpp | |
parent | 2c61bad3d87dd3585fcd05351f5743251dd23272 (diff) | |
download | dexon-solidity-fb4857abed31a9f63cf3addf53456fdabb269638.tar dexon-solidity-fb4857abed31a9f63cf3addf53456fdabb269638.tar.gz dexon-solidity-fb4857abed31a9f63cf3addf53456fdabb269638.tar.bz2 dexon-solidity-fb4857abed31a9f63cf3addf53456fdabb269638.tar.lz dexon-solidity-fb4857abed31a9f63cf3addf53456fdabb269638.tar.xz dexon-solidity-fb4857abed31a9f63cf3addf53456fdabb269638.tar.zst dexon-solidity-fb4857abed31a9f63cf3addf53456fdabb269638.zip |
evmasm/Instruction: fixes undefined behavior of advancing iterator beyond the end of a container.
Usually the STL doesn't check whether or not the developer advances beyond its container's end, but MSVC does (found out by running soltest in debug mode on Win32 / VS2017).
Diffstat (limited to 'test/libsolidity/ErrorCheck.cpp')
0 files changed, 0 insertions, 0 deletions