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
+1
View File
@@ -5,6 +5,7 @@ Language Features:
Compiler Features:
* Code Generator: Use ``calldatacopy`` instead of ``codecopy`` to zero out memory past input.
Bugfixes: