Skip to content

RLP Reader Overflow Fix.

Compare
Choose a tag to compare
@reddyismav reddyismav released this 13 Oct 09:37
· 138 commits to main since this release
09a7399

Solidity 0.8 has safemath built-in.
When len == 0, it leads to overflow in (WORD_SIZE - len) early exit should fix it.