ethereum / solidity-examples

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

Fix incorrect copy destination inside Bytes.copy #53

Closed gorgos closed 4 years ago

gorgos commented 4 years ago

Second array is copied to incorrect destination due to using the wrong srcLen.