ethereum / solidity-examples

Loose collection of Solidity example code
MIT License
534 stars 161 forks source link

Fix overflow on Memory.copy when len%32==0 #60

Closed kroggen closed 2 years ago

kroggen commented 2 years ago

When the len is multiple of 32, the copy function fails with overflow