Open ohadnav opened 6 years ago
Also..
StringUtil.sol:474:11: Warning: Jump instructions are low-level EVM features that can lead to incorrect stack access. Because of that they are discouraged. Please consider using "switch" or "for" statements instead.
jumpi(exit, eq(and(mload(ptr), mask), needledata))
^---^
The len
problem was fixed by #17. The rest by #25.
Any movement on these?
Solidity: 0.4.18 Compiler: Truffle 4.0.7