Merge pull request #8212 from ethereum/zeroOutMemoryFollowup

Changelog entry about zeroing out memory.
This commit is contained in:
chriseth 2020-01-29 13:50:20 +01:00 committed by GitHub
commit 68fe55cb15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ Language Features:
Compiler Features:
* Code Generator: Use ``calldatacopy`` instead of ``codecopy`` to zero out memory past input.
Bugfixes: