forked from streamingfast/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix spelling on 2021-08-22 postmortem (ethereum#23595)
Spelling update
- Loading branch information
1 parent
67fc61d
commit 604d9fc
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ This is a post-mortem concerning the minority split that occurred on Ethereum ma | |
|
||
### 2021-08-17 RETURNDATA corruption via datacopy | ||
|
||
On 2021-08-17, Guido Vranken submitted a report to [email protected]. This co-incided with a geth-meetup in Berlin, so the geth team could fairly quickly analyse the issue. | ||
On 2021-08-17, Guido Vranken submitted a report to [email protected]. This coincided with a geth-meetup in Berlin, so the geth team could fairly quickly analyse the issue. | ||
|
||
He submitted a proof of concept which called the `dataCopy` precompile, where the input slice and output slice were overlapping but shifted. Doing a `copy` where the `src` and `dest` overlaps is not a problem in itself, however, the `returnData`slice was _also_ using the same memory as a backing-array. | ||
|
||
|